CADability dotNET
Returns the frame (IFrame) of the context of this action. The frame also gives access to the project.

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

Syntax

C#
public IFrame Frame { get; }
Visual Basic
Public ReadOnly Property Frame As IFrame
	Get
Visual C++
public:
property IFrame^ Frame {
	IFrame^ get ();
}

See Also