DimensionStyle.TextLocation Enumeration

DimensionStyleTextLocation Enumeration

The location of text in linear, angular, radial, and ordinate dimensions.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum TextLocation
Public Enumeration TextLocation
Members
  Member nameValueDescription
AboveDimLine0Text is above dimension line.
InDimLine1Text is centered in dimension line.
BelowDimLine2Text is below dimension line.
See Also