ArcObjects Library Reference (Geometry)  

IVector3D.Inclination Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

Remarks

 

Vector3D Inclination Example

See Also

IVector3D Interface