Autodesk.AutoCAD.DatabaseServices Namespace > Constrained2PointsConstructionLine Class > Constrained2PointsConstructionLine Constructor > Constrained2PointsConstructionLine(Point3d, Point3d) Constructor
Constrained2PointsConstructionLine.Constrained2PointsConstructionLine(Point3d, Point3d) Constructor   
Description

Constructor.

Visual Basic
Public Sub New(
    point1 As Point3d, 
    point2 As Point3d
)
C#
public Constrained2PointsConstructionLine(
    Point3d point1, 
    Point3d point2
);
Parameters
Parameters 
Description 
Point3d point1 
Input first 3D point. Relative to the work plane of the owning Assoc2dConstraintGroup object. 
Point3d point2 
Input second 3D point. Relative to the work plane of the owning Assoc2dConstraintGroup object. 
Links
   Comments?