This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVector3D Interface > IVector3D.Inclination Property (ArcObjects .NET 10.4 SDK) |
The vector's inclination in radians.
[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 Inclination is a parameter of type double
Returns and sets the Inclination of the 3 Dimensional vector. The Inclination is the angle between the XY-Plane and the vector measured in the Z-direction. The Inclination is measured in radians and has a value between -Pi/2 and Pi/2.