GenericSPGetDirection Method |
Calculates a textual description of a turn, eg. "Bear Right".
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 GetDirection(
double angle1,
double angle2
)
Protected Overridable Function GetDirection (
angle1 As Double,
angle2 As Double
) As String
Parameters
- angle1
- Type: SystemDouble
The angle coming in to the turn. - angle2
- Type: SystemDouble
The angle going out of the turn.
Return Value
Type:
StringA textual description.
See Also