This document is archived and information here might be outdated.  Recommended version.


IOrbitalFlyTool.StopAtSurface Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

IOrbitalFlyTool.StopAtSurface Property

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*

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IOrbitalFlyTool Interface