Autodesk.AutoCAD.DatabaseServices Namespace
>
DiametricDimension Class
>
DiametricDimension Constructor
DiametricDimension Constructor
Overload List
Method
Description
DiametricDimension.DiametricDimension ()
Default constructor. Initializes the chord points to (0,0,0), and the leader length to 0.0. In addition, all the initializations of...
more
DiametricDimension.DiametricDimension (Point3d, Point3d, double, string, ObjectId)
Default constructor. Initializes the chord points to (0,0,0), and the leader length to 0.0. In addition, all the initializations of...
more
Comments?