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


ICamera.Inclination Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.Inclination Property
ArcGIS Developer Help

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(
  System.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 Samples

Effects in the GlobeControl Navigating around the GlobeControl