Write/Read |
About Segment Sweep |
Description |
Specifies whether SA Video Bandwidth can be set independently for each segment. |
VB Syntax |
segs.SAVectorAverageOption = value |
Variable |
(Type) - Description |
segs |
A Segments collection (object) |
value |
(boolean) False - turns SA Vector Averaging control OFF. |
Return Type |
Boolean |
Default |
False |
Examples |
segs.SAVectorAverageOption = True 'Write |
value = SAVectorAverageOption 'Read |
|
C++ Syntax |
HRESULT get_SAVectorAverageOption(VARIANT_BOOL *value) HRESULT put_SAVectorAverageOption(VARIANT_BOOL value) |
Interface |
ISegments7 |