DeleteLine Method (IRichLineStyle) Send Feedback
See Also 
VertexIndex
Index of the line element to delete from the RichLineStyle (see Remarks)
Deletes the specified line element from a RichLineStyle.

Syntax

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)

Remarks

Call IRichLineStyle::GetLinesCount to determine a valid value for VertexIndex.
 

See Also

Availability

DraftSight V1R1.3