This document is archived and information here might be outdated. Recommended version. |
The values for angle calculation (angles in degrees).
[Visual Basic .NET]
Public Sub GetAngleCalculationValues ( _
ByRef pAzimuthValue As Double, _
ByRef pInclinationValue As Double, _
ByRef pRollValue As Double _
)
[C#]
public void GetAngleCalculationValues (
ref double pAzimuthValue,
ref double pInclinationValue,
ref double pRollValue
);
[C++]
HRESULT GetAngleCalculationValues(
System.Double* pAzimuthValue,
System.Double* pInclinationValue,
System.Double* pRollValue
);
[C++] Parameters pAzimuthValue [out]
pAzimuthValue is a parameter of type double* pInclinationValue [out]
pInclinationValue is a parameter of type double* pRollValue [out]
pRollValue is a parameter of type double*