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