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


IGlobeServerFindResult.Properties 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.Properties Property
ArcGIS Developer Help

IGlobeServerFindResult.Properties Property

A set of name-value pairs for the found features's field names and values.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet** props
);
[C++]
HRESULT putref_Properties(
  IPropertySet* props
);
[C++]
Parameters
props [out, retval]

props is a parameter of type IPropertySet** props [in]
props is a parameter of type IPropertySet*

Product Availability

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

See Also

IGlobeServerFindResult Interface