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