Removes the specified activity from the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract int DoRemoveActivity ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function DoRemoveActivity ( _ |
The 0-based index of the removed activity within its containing collection.
RemarksThis method is not subject to undo/redo and should not be invoked directly. If you need to remove an activity from the model, call RemoveActivity.
See Also