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


IMapServerIdentifyObject.MapServerIdentifyResult Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerIdentifyObject Interface > IMapServerIdentifyObject.MapServerIdentifyResult Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IMapServerIdentifyObject Interface