Click or drag to resize

OrdinateDimensionAxis Enumeration

Defines the axis that measures the ordinate dimension.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum OrdinateDimensionAxis
Members
  Member nameValueDescription
X0 The ordinate dimension measure the X distance and the dimension line is aligned to the Y axis.
Y1 The ordinate dimension measure the Y distance and the dimension line is aligned to the X axis.
See Also