PocketPlanner Programmer's Guide

LocationCollection.Remove Method

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    Location location
)

Visual Basic

Public Sub Remove ( _
    location As Location _
)

 Parameters

location
A Location instance which must be removed from the collection.

 See Also