InstanceDefinition.UnitSystem Property

InstanceDefinitionUnitSystem Property

Gets the unit system of the instance definition. If the instance definition was imported from another 3dm file, the unit system may differ from that of the document.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public UnitSystem UnitSystem { get; }
Public ReadOnly Property UnitSystem As UnitSystem
	Get

Property Value

Type: UnitSystem
See Also