PocketPlanner Programmer's Guide

Selection.Save Method

See Also

Saves the current selection state.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public SelectionState Save ()

Visual Basic

Public Function Save () As SelectionState

 Return Value

A SelectionState object representing the current selection state.

 See Also