formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Utility

fz_objt_get_prev

Description

Given an object pointer, get the previous object pointer in the project. If objt_in is passed as NULL, the last object in the project is returned.

Plugin Prototype

fzrt_error_td fz_objt_get_prev(

fzrt_int

windex,

fz_objt_ptr

obj_in,

fz_objt_ptr *

obj_prev )

Parameters

windex [Input]

project window index

obj_in [Input]

object

obj_prev [Result]

previous object

Returns

Error codes

Availability

5.0.0.0

Example Files

util_grups.fsl
util_grups_tree.fsl

See Also

Function Set

fz_model_fset


Defined in

fz_objt_api.h