CADability dotNET
Sets a DefaultAngle, which should be a static value, that carries the last input value of this length to the next instantiation of the action.

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

Syntax

C#
public ConstructAction..::..DefaultAngle DefaultAngle { set; }
Visual Basic
Public WriteOnly Property DefaultAngle As ConstructAction..::..DefaultAngle
	Set
Visual C++
public:
property ConstructAction..::..DefaultAngle^ DefaultAngle {
	void set (ConstructAction..::..DefaultAngle^ value);
}

See Also