CADability dotNET
Removes the provided and previously added object from the list of "display as selected" objects

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

Syntax

C#
public void RemoveSelected(
	IGeoObject feedBackObject
)
Visual Basic
Public Sub RemoveSelected ( _
	feedBackObject As IGeoObject _
)
Visual C++
public:
void RemoveSelected(
	IGeoObject^ feedBackObject
)

Parameters

feedBackObject
Type: CADability.GeoObject..::..IGeoObject
Object to remove

See Also