Constructor.
Public Sub New(
pointOnLine As Point3d,
direction As Vector3d
)
public ConstrainedDatumLine(
Point3d pointOnLine,
Vector3d direction
);
| 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. |
ConstrainedDatumLine Class, Autodesk.AutoCAD.DatabaseServices Namespace