SetLineStyle
MethodSetLineStyle (Method)
This method sets the line type name and data for the specific line type index
Syntax:
Function SetLineStyle(Index As Short, sLineStyle As String) As Boolean
The SetLineStyle method syntax consists of the following:
Parameter |
Data Type |
Description |
Index |
Short |
The line type index |
sLineStyle |
String |
A String expression that defines the data of the line type |
Return value:
Boolean - True when input succeeds; false when input fails.