ModelComponentId Property |
Gets or sets the ID of the current instance.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic virtual Guid Id { get; set; }Public Overridable Property Id As Guid
Get
Set
Property Value
Type:
Guid
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
When setting the ID failed.
This usually happened because the instance ID is already locked.
|
Version InformationRhino for Windows
Supported in: 6.8
See Also