ArcObjects Library Reference (3DAnalyst)  

ICamera.Inclination Property

The polar inclination of the observer relative to the target. When changed, the observer moves.

[Visual Basic .NET]
Public Property Inclination As Double
[C#]
public double Inclination {get; set;}
[C++]
HRESULT get_Inclination(
  double* Inclination
);
[C++]
HRESULT put_Inclination(
  double Inclination
);
[C++]

Parameters

Inclination [out, retval]   Inclination is a parameter of type double Inclination [in]   Inclination is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Remarks

The inclination represents the altitude angle, in degrees, of the observer relative to the target. When the observer is above the target the inclination is positive, when below it's negative.

The value given for inclination can be greater than -90 or less than 90. Values outside this range will be reset automatically to the closest positive or negative limit (e.g. 95 reset to 89.9999).

See Also

ICamera Interface

.NET Snippets

Toggle Between Surface and Global Navigation Mode

.NET Samples

Navigating around the GlobeControl (Code Files: Navigation) | Effects in the GlobeControl (Code Files: Effects)