Initializes a new instance of the
Variable class
Namespace:
RootPro.RootProCAD.Command
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public Variable(
char name,
double value
)
Public Sub New (
name As Char,
value As Double
)
Parameters
- name
- Type: SystemChar
- value
- Type: SystemDouble
See Also