IntelliCAD 11.1 Object Library | |
AddDimOrdinate Method | |
See Also |
- DefintionPoint
- A Point object identifying the point to be dimensioned.
- LeaderEndPoint
- A Point object identifying the endpoint of the leader, where the dimension text is displayed.
- UseXAxis
- Boolean value:
TRUE = Creates an ordinate dimension displaying the X-axis value.
FALSE = Creates an ordinate dimension displaying the Y-axis value.
Block Collection : AddDimOrdinate Method |
Description
Adds an Ordinate Dimension object.
Syntax
Visual Basic |
---|
Public Function AddDimOrdinate( _ ByVal DefintionPoint As Point, _ ByVal LeaderEndPoint As Point, _ ByVal UseXAxis As Boolean _ ) As DimOrdinate |
Parameters
- DefintionPoint
- A Point object identifying the point to be dimensioned.
- LeaderEndPoint
- A Point object identifying the endpoint of the leader, where the dimension text is displayed.
- UseXAxis
- Boolean value:
TRUE = Creates an ordinate dimension displaying the X-axis value.
FALSE = Creates an ordinate dimension displaying the Y-axis value.