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


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

IGlobeServerLayer.SearchOID Property

The feature OID used as a hint when an identify is performed on a Globe Server Layer.

[Visual Basic .NET]
Public Property SearchOID As Integer
[C#]
public int SearchOID {get; set;}
[C++]
HRESULT get_SearchOID(
  long pOid
);
[C++]
HRESULT put_SearchOID(
  System.Int32* pOid
);
[C++]
Parameters
pOid [in]

pOid is a parameter of type long pOid [out, retval]
pOid is a parameter of type long*

Product Availability

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

See Also

IGlobeServerLayer Interface