RhinoObject.InstanceDefinitionModelSerialNumber Property

RhinoObjectInstanceDefinitionModelSerialNumber Property

When a component is in a model as part of the information required for a linked instance definition, this value identifies the the linked instance definition reference model.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override uint InstanceDefinitionModelSerialNumber { get; }
Public Overrides ReadOnly Property InstanceDefinitionModelSerialNumber As UInteger
	Get

Property Value

Type: UInt32
Remarks
Reference components are not saved in .3dm archives. Typically this value is set and locked by the code that adds a component to a model. This value is not saved in .3dm archives.
Version Information

Rhino for Windows

Supported in: 6.14
See Also