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


IAngularConverter.SetAngle Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAngularConverter Interface > IAngularConverter.SetAngle Method
ArcGIS Developer Help

IAngularConverter.SetAngle Method

Writes an angle.

[Visual Basic .NET]
Public Function SetAngle ( _
    ByVal angle As Double, _
    ByVal dt As esriDirectionType, _
    ByVal du As esriDirectionUnits _
) As Boolean
[C#]
public bool SetAngle (
    double angle,
    esriDirectionType dt,
    esriDirectionUnits du
);
[C++]
HRESULT SetAngle(
  double angle,
  esriDirectionType dt,
  esriDirectionUnits du
);
[C++]
Parameters
angle [in]

angle is a parameter of type double dt [in]
dt is a parameter of type esriDirectionType du [in]
du is a parameter of type esriDirectionUnits

Product Availability

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

See Also

IAngularConverter Interface