Click or drag to resize

ModelComponentId Property

Gets or sets the ID of the current instance.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public virtual Guid Id { get; set; }

Property Value

Type: Guid
Exceptions
ExceptionCondition
InvalidOperationException When setting the ID failed. This usually happened because the instance ID is already locked.
See Also