SectorSearch Property

 

The SectorSearch property returns the No search setting in the gridding search options for gradient maps. Returns a Boolean. This is a read-only property.

 

Syntax

object.SectorSearch

 

Remarks

The search options are set with the SetSearchValues method.

 

Example

    'SectorSearch (read-only)

    'Return if search values are used (true) or not (false)

    Debug.Print GradientMap.SectorSearch

 

Used by: GradientMap object