CADability dotNET
Gets or sets the selected objects. There must be no other action running when this property is used. If there is another action running, nothing will be set and the get property returns null

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

Syntax

C#
GeoObjectList SelectedObjects { get; set; }
Visual Basic
Property SelectedObjects As GeoObjectList
	Get
	Set
Visual C++
property GeoObjectList^ SelectedObjects {
	GeoObjectList^ get ();
	void set (GeoObjectList^ value);
}

See Also