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


IAngularConverter Interface (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
ArcGIS Developer Help

IAngularConverter Interface

Provides access to methods that allow an angle to be converted from one direction unit to another.

Product Availability

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

Members

Name Description
Method GetAngle Reads the angle.
Method GetString Reads the angle.
Method SetAngle Writes an angle.
Method SetString Writes an angle.

Classes that implement IAngularConverter

Classes Description
AngularConverter Converts angle measurement from one unit to another.

Remarks

Use either the SetAngle method or SetString method to input a direction. These methods return a boolean which can be used to check if the input direction is valid. Use either the GetAngle or GetString method to retrieve the new direction. Each of these methods requires a direction type esriDirectionType and direction units esriDirectionUnits.