| Visual Basic | |
|---|---|
Sub DeleteLine( _ ByVal VertexIndex As System.Integer _ ) | |
| C# | |
|---|---|
void DeleteLine( System.int VertexIndex ) | |
| JavaScript | |
|---|---|
DeleteLine( VertexIndex : Number ) | |
| COM native C++ | |
|---|---|
HRESULT DeleteLine( LONG VertexIndex ) | |
| C++ | |
|---|---|
DSRESULT DeleteLine( long VertexIndex ) | |
Parameters
- VertexIndex
- Index of the line element to delete from the RichLineStyle (see Remarks)
Call IRichLineStyle::GetLinesCount to determine a valid value for VertexIndex.
DraftSight V1R1.3
Syntax