Splits the 3D PolyLine at the specified vertex and creates a new 3D PolyLine.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Split( _
long VertexIndex As System.Integer, _
dsPolyLine3D** NewPolyline As PolyLine3D _
) As System.Boolean |
Parameters
- VertexIndex
- Index of vertex where to split the 3D PolyLine (see Remarks)
- NewPolyline[out]
- New 3D PolyLine
- Result[out] or Return Value
- True if the original 3D PolyLine is split and a new 3D PolyLine is created, false if not
Remarks
See Also
Availability
DraftSight V1R1.3