ArcObjects Library Reference (PublisherControls)  

IARGlobe.Azimuth Property

The azimuth of the observer in degrees.

[Visual Basic .NET]
Public Property Azimuth As Double
[C#]
public double Azimuth {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The azimuth is an angle, measured clockwise in decimal degrees, that represents the observers view direction relative to the North Pole.

Remarks

Setting the ARGlobe::Azimuth = 0 will orientate the observer to look directly North, likewise, setting the ARGlobe::Azimuth = 180 will orientate the observer to look directly south.  The Azimuth property can be used to rotate the observer on a point.

See Also

IARGlobe Interface