This document is archived and information here might be outdated. Recommended version. |
Indicates if the fly tool stops at the globe surface.
[Visual Basic .NET]
Public Property StopAtSurface As Boolean
[C#]
public bool StopAtSurface {get; set;}
[C++]
HRESULT get_StopAtSurface(
VARIANT_BOOL bBool
);
[C++]
HRESULT put_StopAtSurface(
Boolean* bBool
);
[C++] Parameters bBool [in]
bBool is a parameter of type bool bBool [out, retval]
bBool is a parameter of type bool*
Indicates whether the IGlobeCamera observer location can go under the surface of the globe when the ControlsGlobeOrbitalFlyTool is used for pivoting and zooming. By default StopAtSurface is false.