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(
double* pAzimuthValue,
double* pInclinationValue,
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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.