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

fz_objt_get_next

Description

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

Plugin Prototype

fzrt_error_td fz_objt_get_next(

fzrt_int

windex,

fz_objt_ptr

obj_in,

fz_objt_ptr *

obj_next )

Parameters

windex [Input]

project window index

obj_in [Input]

object

obj_next [Result]

next 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