RemoveVertex Method (IPolyLine3D) Send Feedback
See Also 
VertexIndex
Index of the vertex
Removes the specified vertex from this 3D PolyLine.

Syntax

Visual Basic 
Sub RemoveVertex( _
   ByVal VertexIndex As System.Integer _
) 
C# 
void RemoveVertex( 
   System.int VertexIndex
)
JavaScript 
RemoveVertex( 
   VertexIndex : Number
)
COM native C++ 
HRESULT RemoveVertex( 
   LONG VertexIndex
) 
C++ 
DSRESULT RemoveVertex( 
   long VertexIndex
) 

Parameters

VertexIndex
Index of the vertex

Remarks

Before calling this method, call IPolyLine3D::GetVerticesCount to get a valid value for VertexIndex.
 

See Also

Availability

DraftSight V1R3.0