ConstrainedDatumLine.ConstrainedDatumLine(Point3d, Vector3d) Constructor

Description

Constructor.

Visual Basic

Public Sub New(
    pointOnLine As Point3d, 
    direction As Vector3d
)

C#

public ConstrainedDatumLine(
    Point3d pointOnLine, 
    Vector3d direction
);

Parameters

Parameters Description
Point3d pointOnLine Input any 3D point. Relative to the work plane of the owning Assoc2dConstraintGroup object.
Vector3d direction Input any 3D vector(must not be zero length). Relative to the work plane of the owning Assoc2dConstraintGroup object.

Links

ConstrainedDatumLine Class, Autodesk.AutoCAD.DatabaseServices Namespace