Click or drag to resize

ModelComponentClearName Method

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

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