| Visual Basic | |
|---|---|
Function GetLineStyle( _ ByVal VertexIndex As System.Integer _ ) As System.String | |
| C# | |
|---|---|
System.string GetLineStyle( System.int VertexIndex ) | |
| JavaScript | |
|---|---|
GetLineStyle( VertexIndex : Number ) : String | |
| COM native C++ | |
|---|---|
HRESULT GetLineStyle( LONG VertexIndex, BSTR* StyleName ) | |
| C++ | |
|---|---|
DSRESULT GetLineStyle( long VertexIndex, dsString* StyleName ) | |
Parameters
- VertexIndex
- Index of the line element whose style name to get
- StyleName[out] or Return Value
- Style name
Call IRichLineStyle::GetLinesCount to determine a valid value for VertexIndex.
DraftSight V1R1.3
Syntax