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


IGlobeServerIdentifyResult.Properties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerIdentifyResult.Properties Property

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

[Visual Basic .NET]
Public ReadOnly Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get;}
[C++]
HRESULT get_Properties(
  IPropertySet** props
);
[C++]

Parameters props [out, retval]
props is a parameter of type IPropertySet

Product Availability

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

See Also

IGlobeServerIdentifyResult Interface