Click or drag to resize

ModelComponentClearId Method

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

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