Write/Read |
About Segment Sweep |
Description |
Enables or disables segment delay. Value is set using the Delay (Segment Sweep) Property on a Segment. |
VB Syntax |
segs.DelayOption = value |
Variable |
(Type) - Description |
segs |
A Segments collection (object) |
value |
(boolean) False - Disable delay. |
Return Type |
Boolean |
Default |
False |
Examples |
segs.DelayOption = True 'Write |
delaystate = segs.DelayOption 'Read |
|
C++ Syntax |
HRESULT get_DelayOption(VARIANT_BOOL* pVal) HRESULT put_DelayOption(VARIANT_BOOL pVal) |
Interface |
ISegments6 |