The Radius1InSearch property returns the Radius 1 value in the gridding search ellipse for gradient maps. Returns a double. This is a read-only property.
Syntax
object.Radius1InSearch
Remarks
The search options are set with the SetSearchValues method.
Example
'Radius1InSearch (read-only)
'Return the horizontal radius for the search
Debug.Print GradientMap.Radius1InSearch
Used by: GradientMap object