Measure

Measure class

Class which describes Measure coordinate system.

The Measure type exposes the following members:

Constructors

NameDescription
Measure(annotation)Initializes a new instance of the Measure class

Properties

NameDescription
scale_ratioA text string expressing the scale ratio of the drawing.
x_formatA number format array for measurement of change along the xaxis and, if Y is not present, along the y axis as well
y_formatA number format array for measurement of change along the y axis.
distance_formatA number format array for measurement of distance in any direction.
area_formatA number format array for measurement of area.
angle_formatA number format array for measurement of angles.
slope_formatA number format array for measurement of the slope of a line.
originPoint that shall specify the origin of the measurement coordinate system in default user space coordinates.
xy_factorA factor that shall be used to convert the largest units along the y axis to the largest units along the x axis.

See Also