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