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
)
Public MustOverride Function Add (
name As Char,
value As Double
) As Integer
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