This document is archived and information here might be outdated.  Recommended version.


IMapServerIdentifyResults.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServerIdentifyResults.Add Method

Adds an identify result.

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

Parameters identifyResult [in]
identifyResult is a parameter of type IMapServerIdentifyResult

Product Availability

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

See Also

IMapServerIdentifyResults Interface