This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.Inclination Property (ArcObjects .NET 10.4 SDK) |
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
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).