This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.GetAngleCalculationValues Method (ArcObjects .NET 10.5 SDK) |
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