ModelComponent.Id Property

ModelComponentId Property

Gets or sets the ID of the current instance.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual Guid Id { get; set; }
Public Overridable Property Id As Guid
	Get
	Set

Property Value

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

Rhino for Windows

Supported in: 6.8
See Also