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


IVector3D.Inclination Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVector3D Interface > IVector3D.Inclination Property
ArcGIS Developer Help

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