CADability dotNET
Adds an IFeedBack to the list of feedback objects. The object shows in the appropriate view and the view reflects all changes of the object. Currently there are the GeoObjects and the FeedBackPlane object which support the IFeedBack interface. You could also implement your own IFeedBack objects.

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

Syntax

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

Parameters

feedBackObject
Type: CADability.Actions..::..IFeedBack
the object to show

See Also