CADability dotNET

The ActionFeedBack type exposes the following members.

Methods

  NameDescription
Public methodAdd
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.
Public methodAddSelected
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.
Public methodClearAll
Removes all feedback objects.
Public methodClearSelected
Removes all objects from the list of "display as selected" objects
Public methodStatic memberFeedbackPoint(IFrame)
Creates a point which can be used as a feedback object. The point uses the feedback color as specified in the project settings.
Public methodStatic memberFeedbackPoint(IFrame, PointSymbol)
Public methodRemove(Int32)
Removes an IFeedBack object by its index from the list of the displayed objects.
Public methodRemove(IFeedBack)
Removes an previously added IFeedBack from the list of feedback objects. The object is no longer displayed.
Public methodRemoveSelected(Int32)
Removes the object (identified by its index) from the list of "display as selected" objects
Public methodRemoveSelected(IGeoObject)
Removes the provided and previously added object from the list of "display as selected" objects

See Also