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


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

IMapServerIdentifyResult2.Shape Property

The geometry of the identified object.

[Visual Basic .NET]
Public ReadOnly Property Shape As IGeometry
[C#]
public IGeometry Shape {get;}
[C++]
HRESULT get_Shape(
  IGeometry** Shape
);
[C++]
Parameters
Shape [out, retval]

Shape is a parameter of type IGeometry**

Product Availability

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

See Also

IMapServerIdentifyResult2 Interface