ArcObjects Library Reference  (GlobeCore)    

IGlobeServerLayer.SearchOID Property

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

[Visual Basic 6.0]
Property SearchOID As Long
[Visual Basic .NET]
Public Property SearchOID As Integer
[C#]
public int SearchOID {get; set;}
[Java]
public int getSearchOID()
throws
    IOException,
    AutomationException
[Java]
public void setSearchOID(
Long SearchOID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_SearchOID(
  long* pOid
);
[C++]
HRESULT put_SearchOID(
  long pOid

);

[C++]

Parameters

pOid [out, retval]

  pOid is a parameter of type long

pOid [in]

  pOid is a parameter of type long

Product Availability

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

See Also

IGlobeServerLayer Interface

 


Feedback Send feedback on this page