InsertPolyline3D Method (ISketchManager)
Constructs a 3D PolyLine.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertPolyline3D( _
const dsDoubleArray& CoordinateDblArray As System.Object, _
bool Closed As System.Boolean _
) As PolyLine3D |
Parameters
- CoordinateDblArray
- Array of the x, y, and z coordinates of the 3D PolyLine (see Remarks)
- Closed
- True to close the 3D PolyLine, false to leave it open
- PolyLine3D[out] or Return Value
- IPolyLine3D
Remarks
See Also
Availability
DraftSight V1R1.3