ArcObjects Library Reference (Controls)  

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