| 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
Syntaxpublic abstract int Add(
	string name,
	Object value
)
Public MustOverride Function Add ( 
	name As String,
	value As Object
) As Integer
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
See Also