RemoveCustomPropertyAt Method (IDrawingProperties) Send Feedback
See Also 
Index
Index of the custom property to remove (see Remarks)
Removes the custom property at the specified index from this drawing document.

Syntax

Visual Basic 
Sub RemoveCustomPropertyAt( _
   ByVal Index As System.Integer _
) 
C# 
void RemoveCustomPropertyAt( 
   System.int Index
)
JavaScript 
RemoveCustomPropertyAt( 
   Index : Number
)
COM native C++ 
HRESULT RemoveCustomPropertyAt( 
   LONG Index
) 
C++ 
DSRESULT RemoveCustomPropertyAt( 
   long Index
) 

Parameters

Index
Index of the custom property to remove (see Remarks)

Remarks

Before calling this method, call IDrawingProperties::GetCustomPropertyCount to get a valid value for Index.
 

See Also

Availability

DraftSight V1R5.0