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


IGlobeFixedLineOfSight.StopAtSurface Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeFixedLineOfSight Interface > IGlobeFixedLineOfSight.StopAtSurface Property
ArcGIS Developer Help

IGlobeFixedLineOfSight.StopAtSurface Property

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*

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IGlobeFixedLineOfSight Interface