Constructor.
Public Sub New(
pPoints As Point3dCollection,
normal As Vector3d,
pBaseSubEntMarker As IntPtr
)
public Polyline(
Point3dCollection pPoints,
Vector3d normal,
IntPtr pBaseSubEntMarker
);
| Parameters | Description |
|---|---|
| Point3dCollection pPoints | A list of points |
| Vector3d normal | Input normal. |
| IntPtr pBaseSubEntMarker | Subentity marker for first segment. |
Polyline Class, Autodesk.AutoCAD.GraphicsInterface Namespace