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


IAngularConverter.GetAngle Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IAngularConverter.GetAngle Method

Reads the angle.

[Visual Basic .NET]
Public Function GetAngle ( _
    ByVal dt As esriDirectionType, _
    ByVal du As esriDirectionUnits _
) As Double
[C#]
public double GetAngle (
    esriDirectionType dt,
    esriDirectionUnits du
);
[C++]
HRESULT GetAngle(
  esriDirectionType dt,
  esriDirectionUnits du,
  double* angle
);
[C++]

Parameters dt [in]
dt is a parameter of type esriDirectionType du [in]
du is a parameter of type esriDirectionUnits angle [out, retval] angle is a parameter of type double

Product Availability

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

See Also

IAngularConverter Interface