Click or drag to resize

ModelComponentClearIndex Method

Resets the HasIndex property of the model component to false, if possible.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void ClearIndex()
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the index is locked.
See Also