Click or drag to resize

CustomPropertyCollectionAdd Method

Add a new user defined property.

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

Parameters

name
Type: SystemString
The name of the user-defined property to add.
value
Type: SystemObject
The value of the user-defined property to add.

Return Value

Type: Int32
0-based index of the user-defined property you added.
See Also