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


IGlobeServerLayer.SearchLocation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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 [out, retval]
loc is a parameter of type IPoint loc [in]
loc is a parameter of type IPoint

Product Availability

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

See Also

IGlobeServerLayer Interface