Removes the specified resource allocation from the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract void DoRemoveResourceAllocation ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Sub DoRemoveResourceAllocation ( _ |
The 0-based index of the removed resource allocation within its containing resource's collection.
RemarksThis method is not subject to undo/redo and should not be invoked directly. If you need to remove a resource allocation from the model, call RemoveResourceAllocation.
See Also