InstanceDefinitionTableUndelete Method |
Undeletes an instance definition that has been deleted by Delete()
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also