Click or drag to resize

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)
Syntax
protected virtual string GetDirection(
	double angle1,
	double angle2
)

Parameters

angle1
Type: SystemDouble
The angle coming in to the turn.
angle2
Type: SystemDouble
The angle going out of the turn.

Return Value

Type: String
A textual description.
See Also