CADability dotNET
Returns the project that is open in this frame

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

Syntax

C#
Project Project { get; }
Visual Basic
ReadOnly Property Project As Project
	Get
Visual C++
property Project^ Project {
	Project^ get ();
}

See Also