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(
  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

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