CADability dotNET
Gets or sets the project handles in this farme

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

Syntax

C#
public Project Project { get; set; }
Visual Basic
Public Property Project As Project
	Get
	Set
Visual C++
public:
virtual property Project^ Project {
	Project^ get () sealed;
	void set (Project^ value) sealed;
}

Implements

IFrame..::..Project

See Also