CADability dotNET

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

Syntax

C#
bool IPaintTo3D.DelayAll { get; set; }
Visual Basic
Private Property DelayAll As Boolean
	Implements IPaintTo3D.DelayAll
	Get
	Set
Visual C++
private:
virtual property bool DelayAll {
	bool get () sealed = IPaintTo3D::DelayAll::get;
	void set (bool value) sealed = IPaintTo3D::DelayAll::set;
}

Implements

IPaintTo3D..::..DelayAll

See Also