formZ SDK | 5.0 API Reference | Project | Utility

fz_proj_msel_get_next_set

Description

Gets the next selection set of the "Select By" options in a project. If set_in is passed as NULL, the first selection set of the project is returned. If set_in is the last set of the select by options in a project the function returns NULL for set_next.

Plugin Prototype

fzrt_error_td fz_proj_msel_get_next_set(

fzrt_int

windex,

fz_msel_set_ptr

set_in,

fz_msel_set_ptr *

set_next )

Parameters

windex [Input]

project window index

set_in [Input, Optional]

the selection set in the "Select By" options from which to get the next set. If NULL is passed in, the first set is returned

set_next [Result]

the next selection set, or NULL, if set_in was the last set in the "Select By" options

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_proj_fset


Defined in

fz_proj_api.h