Removes the specified activity from the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract int RemoveActivity ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function RemoveActivity ( _ |
The activity to remove.
The 0-based index of the removed activity within its containing collection.
See Also