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


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

IAGImportPathOptions.PutAngleCalculationValues Method

The values for angle calculation (angles in degrees).

[Visual Basic .NET]
Public Sub PutAngleCalculationValues ( _
    ByVal azimuthValue As Double, _
    ByVal inclinationValue As Double, _
    ByVal rollValue As Double _
)
[C#]
public void PutAngleCalculationValues (
    double azimuthValue,
    double inclinationValue,
    double rollValue
);
[C++]
HRESULT PutAngleCalculationValues(
  double azimuthValue,
  double inclinationValue,
  double rollValue
);
[C++]
Parameters
azimuthValue [in]

azimuthValue is a parameter of type double inclinationValue [in]
inclinationValue is a parameter of type double rollValue [in]
rollValue is a parameter of type double

Product Availability

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

See Also

IAGImportPathOptions Interface

.NET Samples

Create camera flyby from path