ArcObjects Library Reference (Carto)  

IImageServerIdentifyResults.Add Method

Adds an identify result.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pIdentifyResult As IImageServerIdentifyResult _
)
[C#]
public void Add (
    IImageServerIdentifyResult pIdentifyResult
);
[C++]
HRESULT Add(
  IImageServerIdentifyResult* pIdentifyResult
);
[C++]

Parameters

pIdentifyResult [in]

  pIdentifyResult is a parameter of type IImageServerIdentifyResult

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageServerIdentifyResults Interface