This document is archived and information here might be outdated. Recommended version. |
Provides access to methods that allow an angle to be converted from one direction unit to another.
Name | Description | |
---|---|---|
GetAngle | Reads the angle. | |
GetString | Reads the angle. | |
SetAngle | Writes an angle. | |
SetString | Writes an angle. |
Classes | Description |
---|---|
AngularConverter | Converts angle measurement from one unit to another. |
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.