CADability dotNET
Constructs a new SelectObjectsAction. This is automatically done when a SingleDocumentFrame is created and the instance of this class can be retrieved from ActiveAction.

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

Syntax

C#
public SelectObjectsAction(
	IFrame Frame
)
Visual Basic
Public Sub New ( _
	Frame As IFrame _
)
Visual C++
public:
SelectObjectsAction(
	IFrame^ Frame
)

Parameters

Frame
Type: CADability..::..IFrame
The Frame on which this action operates.

See Also