PocketPlanner Programmer's Guide

ItemSelection.Remove Method

See Also

Removes the specified item from the selection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    Item item
)

Visual Basic

Public Sub Remove ( _
    item As Item _
)

 Parameters

item
The Item instance to be removed from the selection.

 See Also