RhinoCommon API
InstanceDefinitionTableUndelete Method |
Undeletes an instance definition that has been deleted by Delete()
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool Undelete( int idefIndex )
Public Function Undelete ( 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: Booleantrue if successful