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
Description | ||
---|---|---|
GetAngle | Reads the angle. | |
GetString | Reads the angle. | |
SetAngle | Writes an angle. | |
SetString | Writes an angle. |
CoClasses that implement IAngularConverter
CoClasses and 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.