CADability dotNET
Adds a GeoObject to the list of displayed objects. In contrary to Add(IFeedBack) the object is displayed in the select color and the select display mode.

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

Syntax

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

Parameters

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

See Also