IntelliCAD 11.1 Object Library | |
AddDimRadial Method | |
See Also |
- Center
- A Point object identifying the center point on the arc.
- ChordPoint
- A Point object identifying the first diameter point on the circle or arc.
- LeaderLength
- A double-precision variable specifying the length from the ChordPoint to the annotation text or dogleg.
ModelSpace Collection : AddDimRadial Method |
Description
Adds a Radius Dimension object.
Syntax
Visual Basic |
---|
Public Function AddDimRadial( _ ByVal Center As Point, _ ByVal ChordPoint As Point, _ ByVal LeaderLength As Double _ ) As DimRadial |
Parameters
- Center
- A Point object identifying the center point on the arc.
- ChordPoint
- A Point object identifying the first diameter point on the circle or arc.
- LeaderLength
- A double-precision variable specifying the length from the ChordPoint to the annotation text or dogleg.