This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeFixedLineOfSight Interface > IGlobeFixedLineOfSight.StopAtSurface Property (ArcObjects .NET 10.4 SDK) |
Indicates if navigation stops at the surface of the globe.
[Visual Basic .NET] Public Property StopAtSurface As Boolean
[C#] public bool StopAtSurface {get; set;}
[C++]
HRESULT get_StopAtSurface(
VARIANT_BOOL* bStopAtSurface
);
[C++]
HRESULT put_StopAtSurface(
VARIANT_BOOL bStopAtSurface
);
[C++]
Parameters bStopAtSurface [out, retval] bStopAtSurface is a parameter of type VARIANT_BOOL bStopAtSurface [in] bStopAtSurface is a parameter of type VARIANT_BOOL
Indicates whether a fixed line of sight tool stops navigation at the globe surface, or allows navigation under the globe surface. By default StopAtSurface is false.