This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerLayer Interface > IGlobeServerLayer.SearchLocation Property (ArcObjects .NET 10.4 SDK) |
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