This document is archived and information here might be outdated.  Recommended version.


IAGImportPathOptions.GetAngleCalculationMethods Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.GetAngleCalculationMethods Method
ArcGIS Developer Help

IAGImportPathOptions.GetAngleCalculationMethods Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGImportPathOptions Interface