InstanceDefinitionTableUndoModify Method |
Restores the instance definition to its previous state,
if the instance definition has been modified and the modification can be undone.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool UndoModify(
int idefIndex
)
Public Function UndoModify (
idefIndex As Integer
) As Boolean
Parameters
- idefIndex
- Type: SystemInt32
The index of the instance definition to be restored.
Return Value
Type:
Booleantrue if operation succeeded.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also