Write/Read |
About Limits |
Description |
Turns the display of limit lines ON or OFF. To turn limit TESTING On and OFF, use State Property. Note: Trace data must be ON to view limit lines |
VB Syntax |
limitst.LineDisplay = state |
Variable |
(Type) - Description |
limitst |
A LimitTest (object) |
state |
(boolean) True - Turns the display of limit lines ON |
Return Type |
Long Integer |
Default |
True |
Examples |
Limttest.LineDisplay = true 'Write |
lineDsp = Limttest.LineDisplay 'Read |
|
C++ Syntax |
HRESULT get_LineDisplay(VARIANT_BOOL *pVal) |
Interface |
ILimitTest |