Click or drag to resize

InstanceDefinitionTableUndelete Method

Undeletes an instance definition that has been deleted by Delete()

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntax
public bool Undelete(
	int idefIndex
)

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
See Also