PocketPlanner Programmer's Guide

LocationCollection.Add Method

See Also

Adds the specified location to this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Add (
    Location location
)

Visual Basic

Public Sub Add ( _
    location As Location _
)

 Parameters

location
An instance of the Location class to be added to the collection.

 See Also