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


IAGImportPathOptions.PutAngleCalculationMethods 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.PutAngleCalculationMethods Method
ArcGIS Developer Help

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

.NET Samples

Create camera flyby from path