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.GetAngleCalculationMethods Method (ArcObjects .NET 10.5 SDK) |
The options for angle calculation.
[Visual Basic .NET] Public Sub GetAngleCalculationMethods ( _ ByRef pAzimuthMethod As esriPathAngleCalculation, _ ByRef pInclinationMethod As esriPathAngleCalculation, _ ByRef pRollMethod As esriPathAngleCalculation _ )
[C#] public void GetAngleCalculationMethods ( ref esriPathAngleCalculation pAzimuthMethod, ref esriPathAngleCalculation pInclinationMethod, ref esriPathAngleCalculation pRollMethod );
[C++]
HRESULT GetAngleCalculationMethods(
esriPathAngleCalculation* pAzimuthMethod,
esriPathAngleCalculation* pInclinationMethod,
esriPathAngleCalculation* pRollMethod
);
[C++]
Parameters pAzimuthMethod [out]
pAzimuthMethod is a parameter of type esriPathAngleCalculation pInclinationMethod [out]
pInclinationMethod is a parameter of type esriPathAngleCalculation pRollMethod [out]
pRollMethod is a parameter of type esriPathAngleCalculation