This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVector3D Interface > IVector3D.PolarQuery Method (ArcObjects .NET 10.4 SDK) |
Get the vector's polar components. Angles are in radians.
[Visual Basic .NET] Public Sub PolarQuery ( _ ByRef Azimuth As Double, _ ByRef Inclination As Double, _ ByRef radiusLength As Double _ )
[C#] public void PolarQuery ( ref double Azimuth, ref double Inclination, ref double radiusLength );
[C++]
HRESULT PolarQuery(
double* Azimuth,
double* Inclination,
double* radiusLength
);
[C++]
Parameters Azimuth [out] Azimuth is a parameter of type double Inclination [out] Inclination is a parameter of type double radiusLength [out] radiusLength is a parameter of type double
Returns the Azimuth, Inclination, and Radius Length (Magnitude) of the 3 Dimensional vector.