CADability dotNET
Sets a DefaultLength, 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..::..DefaultLength DefaultLength { set; }
Visual Basic
Public WriteOnly Property DefaultLength As ConstructAction..::..DefaultLength
	Set
Visual C++
public:
property ConstructAction..::..DefaultLength^ DefaultLength {
	void set (ConstructAction..::..DefaultLength^ value);
}

See Also