Write/Read |
About Segment Sweep |
Description |
Enables or disables ShiftLO per segment. Value is set using ShiftLO Property of a segment. |
VB Syntax |
segs.ShiftLOOption = value |
Variable |
(Type) - Description |
segs |
A Segments collection (object) |
value |
(boolean) False - Disable shift LO state. |
Return Type |
Boolean |
Default |
False |
Examples |
segs.ShiftLOOption = True 'Write |
shiftstate = segs.ShiftLOOption 'Read |
|
C++ Syntax |
HRESULT get_ShiftLOOption(VARIANT_BOOL* pVal) HRESULT put_ShiftLOOption(VARIANT_BOOL pVal) |
Interface |
ISegments6 |