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


IAGImportPathOptions.GetAngleCalculationValues Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGImportPathOptions.GetAngleCalculationValues Method

The values for angle calculation (angles in degrees).

[Visual Basic .NET]
Public Sub GetAngleCalculationValues ( _
    ByRef pAzimuthValue As Double, _
    ByRef pInclinationValue As Double, _
    ByRef pRollValue As Double _
)
[C#]
public void GetAngleCalculationValues (
    ref double pAzimuthValue,
    ref double pInclinationValue,
    ref double pRollValue
);
[C++]
HRESULT GetAngleCalculationValues(
  double* pAzimuthValue,
  double* pInclinationValue,
  double* pRollValue
);
[C++]

Parameters pAzimuthValue [out] pAzimuthValue is a parameter of type double pInclinationValue [out] pInclinationValue is a parameter of type double pRollValue [out] pRollValue 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 (Code Files: frmCameraPath)