Constrained2PointsConstructionLine.Constrained2PointsConstructionLine(Point3d, Point3d) Constructor   MG2009New

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. 
Description

Constructor.

Links