| 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
Before calling this method, call IPolyLine3D::GetVerticesCount to get a valid value for VertexIndex.
DraftSight V1R3.0
Syntax