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


IGlobeServerFindResult.Shape Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerFindResult Interface > IGlobeServerFindResult.Shape Property
ArcGIS Developer Help

IGlobeServerFindResult.Shape Property

The geometry of the found feature.

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

Shape is a parameter of type IGeometry** Shape [in]
Shape is a parameter of type IGeometry*

Product Availability

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

See Also

IGlobeServerFindResult Interface