CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Gets the container that handles feedback objects (see ActionFeedBack).
Namespace: CADability.ActionsAssembly: 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 (); } |