IntelliCAD 11.1 Object Library | |
AddDimRotated Method | |
See Also |
- ExtPoint1
- A Point object identifying the first endpoint of the extension line.
- ExtPoint2
- A Point object identifying the second endpoint of the extension line.
- DimLineLocation
- A Point object identifying a point on the dimension line.
- Rotation
A double-precision angle, in radians, of rotation displaying the linear dimension.
Block Collection : AddDimRotated Method |
Description
Adds a Rotated Dimension object.
Syntax
Visual Basic |
---|
Public Function AddDimRotated( _ ByVal ExtPoint1 As Point, _ ByVal ExtPoint2 As Point, _ ByVal DimLineLocation As Point, _ ByVal Rotation As Double _ ) As DimRotated |
Parameters
- ExtPoint1
- A Point object identifying the first endpoint of the extension line.
- ExtPoint2
- A Point object identifying the second endpoint of the extension line.
- DimLineLocation
- A Point object identifying a point on the dimension line.
- Rotation
A double-precision angle, in radians, of rotation displaying the linear dimension.