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


IGlobeNorthCommand.RotateObserver Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IGlobeNorthCommand.RotateObserver Property

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

Product Availability

Available with ArcGIS Engine.

Description

Indicates whether the IGlobeCamera observer location is rotated, or whether the IGlobeCamera target location is rotated. By default RotateObserver is true.

See Also

IGlobeNorthCommand Interface