IntelliCAD 11.1 Object Library | |
AddDimAngular 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.
Block Collection : AddDimAngular Method |
Description
Adds an Angular Dimension object.
Syntax
Visual Basic |
---|
Public Function AddDimAngular( _ ByVal AngleVertex As Point, _ ByVal FirstEndPoint As Point, _ ByVal SecondEndPoint As Point, _ ByVal TextLocation As Point _ ) As DimAngular |
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.