This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.PutAngleCalculationValues Method (ArcObjects .NET 10.5 SDK) |
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