formZ SDK | 5.0 API Reference | Project | Modeling | View Manager

fz_view_get_next

Description

Given a view pointer, get the next view pointer in the project. If view_in is passed as NULL, the first view in the project is returned.

Plugin Prototype

fzrt_error_td fz_view_get_next(

fzrt_int

windex,

fz_view_ptr

view_in,

fz_view_ptr *

view_next )

Parameters

windex [Input]

project window index

view_in [Input]

view

view_next [Result]

next view

Returns

Error codes

Availability

5.0.0.0

Example Files

util_views.fsl

See Also

fz_view_get_prev

Function Set

fz_view_fset


Defined in

fz_view_api.h