NumSectorsInSearch Property

 

The NumSectorsInSearch property returns the Number of sectors to search number in the gridding search options for gradient maps. Returns an integer. This is a read-only property.

 

Syntax

object.NumSectorsInSearch

 

Remarks

The search options are set with the SetSearchValues method.

 

Example

    'NumSectorsInSearch (read-only)

    'Return the number of sectors to search

    Debug.Print GradientMap.NumSectorsInSearch

 

Used by: GradientMap object