PocketPlanner Programmer's Guide

ResourceCollection.Insert Method

See Also

Inserts the specified Resource object at the specified position within the collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Insert (
    int index,
    Resource resource
)

Visual Basic

Public Sub Insert ( _
    index As Integer, _
    resource As Resource _
)

 Parameters

index
The zero-based index at which the contact must be inserted.
resource
An instance of the Resource class to be added to the collection.

 See Also