PocketPlanner Programmer's Guide

LocationCollection.Insert Method

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Insert (
    int index,
    Location location
)

Visual Basic

Public Sub Insert ( _
    index As Integer, _
    location As Location _
)

 Parameters

index
The zero-based index at which the location must be inserted.
location
An instance of the Location class to be added to the collection.

 See Also