GenericSPGetCompass Method |
Calculates an approximate compass-point description of a bearing.
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxprotected virtual string GetCompass(
double a
)
Protected Overridable Function GetCompass (
a As Double
) As String
Parameters
- a
- Type: SystemDouble
The angle (anticlockwise from 3 o'clock).
Return Value
Type:
StringA description of the angle.
See Also