Autodesk.AutoCAD.DatabaseServices Namespace > AlignedDimension Class > AlignedDimension Constructor > AlignedDimension() Constructor
AlignedDimension.AlignedDimension() Constructor
Description

 

Default constructor. Initializes the dimension line definition point and extension line 1 and 2 start points all to (0,0,0), and the obliquing angle to 0.0. In addition, all the initializations of the default constructor for Dimension, Entity, and others, are performed.

Visual Basic
Public Sub New()
Public Sub New(
    line1Point As Point3d, 
    line2Point As Point3d, 
    dimensionLinePoint As Point3d, 
    dimensionText As string, 
    dimensionStyle As ObjectId
)
C#
public AlignedDimension();
public AlignedDimension(
    Point3d line1Point, 
    Point3d line2Point, 
    Point3d dimensionLinePoint, 
    string dimensionText, 
    ObjectId dimensionStyle
);
Links
   Comments?