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,
VARIANT_BOOL* fail
);
[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
fail [out, retval] fail is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.