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
Product Availability
Available with ArcGIS Engine.
Description
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.