PocketPlanner Programmer's Guide

ResourceCollection.Remove Method

See Also

Removes the first occurrence of the specified Resource object from this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    Resource resource
)

Visual Basic

Public Sub Remove ( _
    resource As Resource _
)

 Parameters

resource
A Resource instance which must be removed from the collection.

 See Also