DimOrdinate object |
A dimension measuring the absolute X or Y position of a point from the origin.
VBA class name: |
AcadDimOrdinate |
---|---|
Create using: |
ModelSpace.AddDimOrdinate |
Access via: |
ModelSpace.Item |
Ordinate dimensions display the X or Y UCS coordinate of an object along with a simple leader line. The absolute value of the coordinate is used according to the prevailing standards for ordinate dimensions.
An ordinate dimension measuring the absolute X position of a point tangent to a circle
To change the extension lines of an ordinate dimension, change the Rotation and/or TextPosition properties. The extension lines will be recalculated to fit the new requirements.
To create an ordinate dimension, use the AddDimOrdinate method. To edit or query an ordinate dimension, use the following methods and properties:
Methods |
Properties AltToleranceSuppressLeadingZeros AltToleranceSuppressTrailingZeros AltToleranceSuppressZeroInches |
Events |
Comments? |