MaxTotalDataInSearch Property

 

The MaxTotalDataInSearch property returns the Maximum number of data to use from ALL sectors number in the gridding search options for gradient maps. Returns an integer. This is a read-only property.

 

Syntax

object.MaxTotalDataInSearch

 

Remarks

The search options are set with the SetSearchValues method.

 

Example

    'MaxTotalDataInSearch (read-only)

    'Return the maximum number of data to use from all sectors

    Debug.Print GradientMap.MaxTotalDataInSearch

 

Used by: GradientMap object