Click or drag to resize

DistanceDisplayMode Enumeration

Defines enumerated values for the display of distances in US customary and Imperial units.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum DistanceDisplayMode
Members
  Member nameValueDescription
Decimal0 Shows distance decimals.
Feet1 Show feet.
FeetAndInches2 Show feet and inches.
See Also