This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* bStopAtSurface
);
[C++] Parameters bStopAtSurface [in]
bStopAtSurface is a parameter of type bool bStopAtSurface [out, retval]
bStopAtSurface is a parameter of type 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.