This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IO > IOrbitalFlyTool Interface > IOrbitalFlyTool.StopAtSurface Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL bBool
);
[C++]
Parameters bBool [out, retval] bBool is a parameter of type VARIANT_BOOL bBool [in] bBool is a parameter of type VARIANT_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.