DirectionGetCardinalName Method

Returns the full name of the cardinal direction represented by the directional vector.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static string GetCardinalName(
	Direction value
)

Parameters

value  Direction
The direction whose name to find.

Return Value

String
A String containing the cardinal name.

See Also