Click or drag to resize

CustomProperty Constructor

Initializes a new instance of the CustomProperty class

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public CustomProperty(
	string name,
	Object value
)

Parameters

name
Type: SystemString
value
Type: SystemObject
See Also