MaxPerSectorInSearch Property

 

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

 

Syntax

object.MaxPerSectorInSearch

 

Remarks

The search options are set with the SetSearchValues method.

 

Example

    'MaxPerSectorInSearch (read-only)

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

    Debug.Print GradientMap.MaxPerSectorInSearch

 

Used by: GradientMap object