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


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

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(
  System.Double* pAzimuthValue,
  System.Double* pInclinationValue,
  System.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