Click or drag to resize

Variable Constructor

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
)

Parameters

name
Type: SystemChar
value
Type: SystemDouble
See Also