ArcGIS Pro 3.2 API Reference Guide
ESRI.ArcGIS.ItemIndex Namespace / SearchResultCallback Delegate
The set of ItemInfoValue

In This Topic
    SearchResultCallback Delegate
    In This Topic
    This delegate is not for public use and is used internally by the system to implement support for other ArcGIS Pro modules.
    Syntax
    public delegate void SearchResultCallback( 
       ItemInfoValue[] iivs
    )
    Public Delegate Sub SearchResultCallback( _
       ByVal iivs() As ItemInfoValue _
    ) 

    Parameters

    iivs
    The set of ItemInfoValue
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also