ArcObjects Library Reference (Animation)  

IAGImportPathOptions.PutAngleCalculationMethods Method

The options for angle calculation.

[Visual Basic .NET]
Public Sub PutAngleCalculationMethods ( _
    ByVal azimuthMethod As esriPathAngleCalculation, _
    ByVal inclinationMethod As esriPathAngleCalculation, _
    ByVal rollMethod As esriPathAngleCalculation _
)
[C#]
public void PutAngleCalculationMethods (
    esriPathAngleCalculation azimuthMethod,
    esriPathAngleCalculation inclinationMethod,
    esriPathAngleCalculation rollMethod
);
[C++]
HRESULT PutAngleCalculationMethods(
  esriPathAngleCalculation azimuthMethod,
  esriPathAngleCalculation inclinationMethod,
  esriPathAngleCalculation rollMethod
);
[C++]

Parameters

azimuthMethod [in]

  azimuthMethod is a parameter of type esriPathAngleCalculation

inclinationMethod [in]

  inclinationMethod is a parameter of type esriPathAngleCalculation

rollMethod [in]

  rollMethod is a parameter of type esriPathAngleCalculation

Product Availability

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

See Also

IAGImportPathOptions Interface