| Visual Basic | |
|---|---|
Sub RemoveCustomPropertyAt( _ ByVal 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)
Before calling this method, call IDrawingProperties::GetCustomPropertyCount to get a valid value for Index.
IDrawingProperties Interface
IDrawingProperties Members
IDrawingProperties::AddCustomProperty Method ()
IDrawingProperties::GetCustomProperty Method ()
IDrawingProperties::GetCustomPropertyAt Method ()
IDrawingProperties::HasCustomProperty Method ()
IDrawingProperties::RemoveCustomProperty Method ()
IDrawingProperties::SetCustomProperty Method ()
IDrawingProperties::SetCustomPropertyAt Method ()
IDrawingProperties Members
IDrawingProperties::AddCustomProperty Method ()
IDrawingProperties::GetCustomProperty Method ()
IDrawingProperties::GetCustomPropertyAt Method ()
IDrawingProperties::HasCustomProperty Method ()
IDrawingProperties::RemoveCustomProperty Method ()
IDrawingProperties::SetCustomProperty Method ()
IDrawingProperties::SetCustomPropertyAt Method ()
DraftSight V1R5.0
Syntax