Next method: AssignedSection collection

Syntax

Next()

Description

The Next method returns the next AssignedSection object in the AssignedSections collection. You can use this method only after you have used the First method: otherwise the system doesn’t know where to start.

Parameters

None.

Returns

An AssignedSection object.

Example

&thisSection = &sectionCollection.Next();