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


IMapServerIdentifyObject.MapServerIdentifyResult Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServerIdentifyObject.MapServerIdentifyResult Property

The Map Server Identify Result.

[Visual Basic .NET]
Public Property MapServerIdentifyResult As IMapServerIdentifyResult
[C#]
public IMapServerIdentifyResult MapServerIdentifyResult {get; set;}
[C++]
HRESULT get_MapServerIdentifyResult(
  IMapServerIdentifyResult** result
);
[C++]
HRESULT put_MapServerIdentifyResult(
  IMapServerIdentifyResult* result
);
[C++]

Parameters result [out, retval]
result is a parameter of type IMapServerIdentifyResult result [in]
result is a parameter of type IMapServerIdentifyResult

Product Availability

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

See Also

IMapServerIdentifyObject Interface