Public Sub New()
Public Sub New(
line1Start As Point3d,
line1End As Point3d,
line2Start As Point3d,
line2End As Point3d,
arcPoint As Point3d,
dimensionText As string,
dimensionStyle As ObjectId
)
public LineAngularDimension2();
public LineAngularDimension2(
Point3d line1Start,
Point3d line1End,
Point3d line2Start,
Point3d line2End,
Point3d arcPoint,
string dimensionText,
ObjectId dimensionStyle
);
Default constructor. Initializes the arc point and the extension line 1 & 2 start and end points all to (0,0,0). In addition, all the initializations of the default constructor for Dimension, Entity, etc., are performed.
LineAngularDimension2 Class, Autodesk.AutoCAD.DatabaseServices Namespace