RemoveCustomPropertyAt Method (IDrawingProperties)
Removes the custom property at the specified index from this drawing document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveCustomPropertyAt( _
LONG Index As System.Integer _
) |
C# | |
---|
void RemoveCustomPropertyAt(
System.int Index
) |
JavaScript | |
---|
RemoveCustomPropertyAt(
Index : Number,
) |
Parameters
- Index
- Index of the custom property to remove (see Remarks)
Remarks
See Also
Availability
DraftSight V1R5.0