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


IGlobeNorthCommand.RotateObserver Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeNorthCommand Interface > IGlobeNorthCommand.RotateObserver Property
ArcGIS Developer Help

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(
  Boolean* bRotateObserver
);
[C++]
Parameters
bRotateObserver [in]

bRotateObserver is a parameter of type bool bRotateObserver [out, retval]
bRotateObserver is a parameter of type 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