FetchDataSetLimits Property

Allows the low and high limits of the selected data source to be retrieved at run-time for a GeneralDataSet Object or RealTimeSPCDataSet object. Disable this property to use the High and Low Limit properties instead.

Syntax

object.FetchDataSetLimits [= Boolean]

Properties

The FetchDataSetLimits property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether to fetch the high and low limits of the data set.

Settings

The settings for Boolean are:

Value

Description

True

Fetch the limits. (Default)

False

Do not fetch the limits.

Applies To