function Leadtools.Annotations.Core.AnnUnitConverter.convertAngularUnit( value , sourceUnit , destinationUnit )
| Parameter | Type | Description |
|---|---|---|
| value | double | The value to convert in sourceUnit. |
| sourceUnit | AnnAngularUnit | The units of value. |
| destinationUnit | AnnAngularUnit | The destination unit. |
| Type | Description |
|---|---|
| double | The converted value in destinationUnit. |