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


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

IGlobeServerFindResult.ObjectID Property

The ID of the found feature.

[Visual Basic .NET]
Public Property ObjectID As Integer
[C#]
public int ObjectID {get; set;}
[C++]
HRESULT get_ObjectID(
  System.Int32* oid
);
[C++]
HRESULT put_ObjectID(
  long oid
);
[C++]
Parameters
oid [out, retval]

oid is a parameter of type long* oid [in]
oid is a parameter of type long

Product Availability

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

See Also

IGlobeServerFindResult Interface