CADability dotNET
Sets a DefaultGeoVector, which should be a static value, that carries the last input value of this vector 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..::..DefaultGeoVector DefaultGeoVector { set; }
Visual Basic
Public WriteOnly Property DefaultGeoVector As ConstructAction..::..DefaultGeoVector
	Set
Visual C++
public:
property ConstructAction..::..DefaultGeoVector^ DefaultGeoVector {
	void set (ConstructAction..::..DefaultGeoVector^ value);
}

See Also