| CustomPropertyCollectionItem Property  | 
 
            Gets or sets the user defined property at the specified index in the collection.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
 Syntax
Syntaxpublic abstract CustomProperty this[
	int index
] { get; set; }Public MustOverride Default Property Item ( 
	index As Integer
) As CustomProperty
	Get
	Set
Parameters
- index
- Type: SystemInt32
 The index of the user-defined property to retrieve.
Return Value
Type: 
CustomProperty CustomProperty  that represents a user-defined property at the specified index in the collection. 
 See Also
See Also