Click or drag to resize

VariableCollectionAdd Method

Add a new variable.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract int Add(
	char name,
	double value
)

Parameters

name
Type: SystemChar
The name of the variable to be added.
value
Type: SystemDouble
The value of the variable to be added.

Return Value

Type: Int32
0-based index of the added variable.
See Also