IntelliCAD 11.1 Object Library | |
AddDim3PointAngular Method | |
See Also |
- AngleVertex
A Point object identifying the center of the circle or arc, or the common vertex between the two dimensioned lines.
- FirstEndPoint
- A Point object identifying the point through which the first extension line passes.
- SecondEndPoint
- A Point object identifying the point through which the second extension line passes.
- TextLocation
- A Point object identifying the location of the text.
ModelSpace Collection : AddDim3PointAngular Method |
Description
Adds a 3 Point Angular Dimension object.
Syntax
Visual Basic |
---|
Public Function AddDim3PointAngular( _ ByVal AngleVertex As Point, _ ByVal FirstEndPoint As Point, _ ByVal SecondEndPoint As Point, _ ByVal TextLocation As Point _ ) As Dim3PointAngular |
Parameters
- AngleVertex
A Point object identifying the center of the circle or arc, or the common vertex between the two dimensioned lines.
- FirstEndPoint
- A Point object identifying the point through which the first extension line passes.
- SecondEndPoint
- A Point object identifying the point through which the second extension line passes.
- TextLocation
- A Point object identifying the location of the text.