This document is archived and information here might be outdated. Recommended version. |
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*
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.