Direction Constructor

Creates a new instance of Direction with a floating point value.

Definition

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

Parameters

value  Double
The value of the Direction to create.

Exceptions

ArgumentOutOfRangeExceptionvalue is less than 0 or greater than 360.

See Also