CADability dotNET
Sets the angle to the angle of the given vector. Gets a unit vector with the angle.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoVector2D Direction { get; set; }
Visual Basic
Public Property Direction As GeoVector2D
	Get
	Set
Visual C++
public:
property GeoVector2D Direction {
	GeoVector2D get ();
	void set (GeoVector2D value);
}

See Also