MinTotalDataInSearch Property

 

The MinTotalDataInSearch property returns the Minimum number of data in all sectors number in the gridding search options for gradient maps. Returns an integer. This is a read-only property.

 

Syntax

object.MinTotalDataInSearch

 

Remarks

The search options are set with the SetSearchValues method.

 

Example

    'MinTotalDataInSearch (read-only)

    'Return the minimum number of data to use in each sector

    Debug.Print GradientMap.MinTotalDataInSearch

 

Used by: GradientMap object