This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeNorthCommand Interface > IGlobeNorthCommand.RotateObserver Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL bRotateObserver
);
[C++]
Parameters bRotateObserver [out, retval] bRotateObserver is a parameter of type VARIANT_BOOL bRotateObserver [in] bRotateObserver is a parameter of type VARIANT_BOOL
Indicates whether the IGlobeCamera observer location is rotated, or whether the IGlobeCamera target location is rotated. By default RotateObserver is true.