Adds an Ordinate dimension object.
Syntax
Function AddDimOrdinate(DefintionPoint, LeaderEndPoint, UseXAxis)
Where:
DefinitionPoint is a Point object identifying the point to be dimensioned;
LeaderEndPoint is a Point object identifying the endpoint of the leader, where the dimension text is displayed;
UseXAxis is a Boolean value specifying whether or not to display the X-axis value;
TRUE: Creates an ordinate dimension displaying the X-axis value;
FALSE: Creates an ordinate dimension displaying the Y-axis value.