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


IGlobeServerFindResult Interface (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
ArcGIS Developer Help

IGlobeServerFindResult Interface

Provides access to the Globe Server Find Result Interface.

Product Availability

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

Members

Name Description
Read/write property FieldName The field name.
Read/write property ObjectID The ID of the found feature.
Read/write property Properties A set of name-value pairs for the found features's field names and values.
Read/write property Shape The geometry of the found feature.
Read/write property Value The found value.

Classes that implement IGlobeServerFindResult

Classes Description
GlobeServerFindResult The Globe Server Find Result coclass provides information about a 'find result'.