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


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

IGlobeServerFindResults Interface

Provides access to the Globe server find result collection.

Product Availability

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

Members

Name Description
Method Add Adds a globe server find result.
Read-only property Count The globe server find result count.
Read-only property Element The globe server find result at the specified position.
Method Insert Adds a globe server find result at the specified position.
Method Remove Removes the globe server find result at the specified position.
Method RemoveAll Removes all globe server find results.

Classes that implement IGlobeServerFindResults

Classes Description
GlobeServerFindResults The Globe server find result collection.