This document is archived and information here might be outdated. Recommended version. |
Indicates if the observer rotates around the target, or the target around the observer.
[Visual Basic .NET] Public Property RotateObserver As Boolean
[C#] public bool RotateObserver {get; set;}
[C++]
HRESULT get_RotateObserver(
VARIANT_BOOL bRotateObserver
);
[C++]
HRESULT put_RotateObserver(
Boolean* bRotateObserver
);
[C++]
Parameters bRotateObserver [in]
bRotateObserver is a parameter of type bool bRotateObserver [out, retval]
bRotateObserver is a parameter of type bool*
Indicates whether the IGlobeCamera observer location is rotated, or whether the IGlobeCamera target location is rotated. By default RotateObserver is true.