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


IOrbitalFlyTool.FixedLineOfSight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IO > IOrbitalFlyTool Interface > IOrbitalFlyTool.FixedLineOfSight Property
ArcGIS Developer Help

IOrbitalFlyTool.FixedLineOfSight Property

Indicates if the line of sight between the observer and target is fixed.

[Visual Basic .NET]
Public Property FixedLineOfSight As Boolean
[C#]
public bool FixedLineOfSight {get; set;}
[C++]
HRESULT get_FixedLineOfSight(
  VARIANT_BOOL bBool
);
[C++]
HRESULT put_FixedLineOfSight(
  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 moves around the IGlobeCamera target location when the ControlsGlobeOrbitalFlyTool is used. By default FixedLineOfSight is false.

For example, if FixedLineOfSight is true, panning up or down or turning sideways forces the observer location to rotate around the target location. If FixedLineOfSight is false, the target location is rotated around the observer location.

See Also

IOrbitalFlyTool Interface