CADability dotNET
Gets the container that handles feedback objects (see ActionFeedBack).

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

Syntax

C#
public ActionFeedBack FeedBack { get; }
Visual Basic
Public ReadOnly Property FeedBack As ActionFeedBack
	Get
Visual C++
public:
property ActionFeedBack^ FeedBack {
	ActionFeedBack^ get ();
}

See Also