Write/Read
About Segment Sweep

SADataThresholdOption Property


Description

Specifies whether SA Data Threshold can be set independently for each segment.

 VB Syntax

segs.SADataThresholdOption = value

Variable

(Type) - Description

segs

A Segments collection (object)

 value

(boolean)
True
- turns SA Data Threshold control ON.

False - turns SA Data Threshold control OFF.

Return Type

Boolean

Default

False

Examples

segs.SADataThresholdOption = True 'Write

value = SADataThresholdOption 'Read

C++ Syntax

HRESULT get_SADataThresholdOption(VARIANT_BOOL *value)

HRESULT put_SADataThresholdOption(VARIANT_BOOL value)

Interface

ISegments8