PocketPlanner Programmer's Guide

Location Class

See Also

Instances of this class contain address information that identifies distinct locations. Location objects are used by schedule classes that have locations and addresses allocated to them.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public class Location : Resource

Visual Basic

Public Class Location
    Inherits Resource

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.Resource
        MindFusion.Scheduling.Location

 See Also