Click or drag to resize

DistanceUnitGetValues Method

Returns an array of the available DistanceUnit values.

Namespace: DegreeDays.Geo
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static DistanceUnit[] GetValues()

Return Value

DistanceUnit
An array of the available DistanceUnit values.
Remarks

The returned array can be modified freely without affecting the arrays returned by past, concurrent, or future calls to this method.

See Also