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


IGlobeServerLayer.SearchLocation 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.SearchLocation Property
ArcGIS Developer Help

IGlobeServerLayer.SearchLocation Property

The location to be used when an identify is performed on a Globe Server Layer.

[Visual Basic .NET]
Public Property SearchLocation As IPoint
[C#]
public IPoint SearchLocation {get; set;}
[C++]
HRESULT get_SearchLocation(
  IPoint* loc
);
[C++]
HRESULT put_SearchLocation(
  IPoint** loc
);
[C++]
Parameters
loc [in]

loc is a parameter of type IPoint* loc [out, retval]
loc is a parameter of type IPoint**

Product Availability

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

See Also

IGlobeServerLayer Interface