CADability dotNET
Initializes a new instance of the SelectedObjectsProperty class

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

Syntax

C#
protected SelectedObjectsProperty(
	IFrame Frame
)
Visual Basic
Protected Sub New ( _
	Frame As IFrame _
)
Visual C++
protected:
SelectedObjectsProperty(
	IFrame^ Frame
)

Parameters

Frame
Type: CADability..::..IFrame

See Also