DirectionGetCardinalAbbrv Method

Returns the abbreviation 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 GetCardinalAbbrv(
	Direction value
)

Parameters

value  Direction
The direction whose abbreviation to find.

Return Value

String
A String containing the cardinal name's abbreviation.

See Also