PV-WAVE Foundation > Reference Guide > Procedure and Function Reference: W > WoLinestyleOptionMenuGetValue Function
WoLinestyleOptionMenuGetValue Function
Gets the currently selected linestyle.
Usage
linestyle = WoLinestyleOptionMenuGetValue(wid)
Input Parameters
wid — Specifies the widget ID returned by WoLinestyleOptionMenu (long).
Returned Value
linestyle — The linestyle index (integer).
Keywords
None.
Discussion
The available linestyles and their index numbers are listed in Table 19-2: Linestyle Indexes.
Example
See the example given for WoLinestyleOptionMenu Function.
See Also