InstanceDefinitionTablePurge Method |
Purges an instance definition and its definition geometry.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Purge(
int idefIndex
)
Public Function Purge (
idefIndex As Integer
) As Boolean
Parameters
- idefIndex
- Type: SystemInt32
zero based index of instance definition to delete.
This must be in the range 0 <= idefIndex < InstanceDefinitionTable.Count.
Return Value
Type:
Boolean
True if successful. False if the instance definition cannot be purged
because it is in use by reference objects or undo information.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also