ArcObjects Library Reference (Animation)  

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