Click or drag to resize

OrdinateDimensionAxis Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the axis that measures the ordinate dimension.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum OrdinateDimensionAxis
Request Example View Source
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