CADability dotNET
Sets or gets the lina angle for this hatch style.

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

Syntax

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

See Also