ArcObjects Library Reference (PublisherControls)  

IARGlobe.Pitch Property

The pitch of the observer in degrees.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Pitch is an angle between the line of sight, and the tangent of the observer’s imaginary circular orbit.

Errors Returned

2048: The pitch angle must be between 0 and 180 degrees inclusive.

Remarks

Setting the ARGlobe::Pitch = 0 will orientate the observer to look straight down towards the ARGlobe surface, likewise, setting the ARGlobe::Pitch = 180 will orientate the observer to look straight up away from the ARGlobe surface.

See Also

IARGlobe Interface