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

See Also