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 vertex (see Remarks)
Before calling this method, call IPolyLine::GetVerticesCount to get a valid value for VertexIndex.
DraftSight V1R3.0