Public Sub New()
Public Sub New(
centerPoint As Point3d,
line1Point As Point3d,
line2Point As Point3d,
arcPoint As Point3d,
dimensionText As string,
dimensionStyle As ObjectId
)
public Point3AngularDimension();
public Point3AngularDimension(
Point3d centerPoint,
Point3d line1Point,
Point3d line2Point,
Point3d arcPoint,
string dimensionText,
ObjectId dimensionStyle
);
Default constructor. Initializes the arc point angle center point and extension lines 1 & 2 start points all to (0,0,0). In addition, all the initializations of the default constructor for Dimension, Entity, and others, are performed.
Point3AngularDimension Class, Autodesk.AutoCAD.DatabaseServices Namespace