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