Visual Basic | |
---|---|
Sub SetLineStyle( _ ByVal VertexIndex As System.Integer, _ ByVal StyleName As System.String _ ) |
C# | |
---|---|
void SetLineStyle( System.int VertexIndex, System.string StyleName ) |
JavaScript | |
---|---|
SetLineStyle( VertexIndex : Number, StyleName : String ) |
COM native C++ | |
---|---|
HRESULT SetLineStyle( LONG VertexIndex, BSTR StyleName ) |
C++ | |
---|---|
DSRESULT SetLineStyle( long VertexIndex, const dsString& StyleName ) |
Parameters
- VertexIndex
- Index of the line element whose style name to get (see Remarks)
- StyleName
- Style name
Call IRichLineStyle::GetLinesCount to determine a valid value for VertexIndex.
DraftSight V1R1.3