The MaxEmptySectorsInSearch property returns the Blank node if more than this many sectors are empty number in the gridding search options for gradient maps. Returns an integer. This is a read-only property.
Syntax
object.MaxEmptySectorsInSearch
Remarks
The search options are set with the SetSearchValues method.
Example
'MaxEmptySectorsInSearch (read-only)
'Return the max sectors allowed before blanking the node
Debug.Print GradientMap.MaxEmptySectorsInSearch
Used by: GradientMap object