PocketPlanner Programmer's Guide

ItemSelection.Add Method

See Also

Adds the specified item to the selection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Add (
    Item item
)

Visual Basic

Public Sub Add ( _
    item As Item _
)

 Parameters

item
The Item instance to be added to the selection.

 See Also