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

fz_view_get_prev

Description

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

Plugin Prototype

fzrt_error_td fz_view_get_prev(

fzrt_int

windex,

fz_view_ptr

view_in,

fz_view_ptr *

view_prev )

Parameters

windex [Input]

project window index

view_in [Input]

view

view_prev [Result]

previous view

Returns

Error codes

Availability

5.0.0.0

Example Files

util_views.fsl

See Also

fz_view_get_next

Function Set

fz_view_fset


Defined in

fz_view_api.h