Adds an existing activity to the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract bool AddActivity ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function AddActivity ( _ |
true if the operation was successful; otherwise, false.
RemarksThis method is not subject to undo/redo and should not be invoked directly. If you need to add new activity to the model, call CreateActivity.
See Also