formZ SDK | 5.0 API Reference | Project | Symbols

fz_symb_def_model_get_next

Description

Given a library and a modeling definition pointer, gets the next definition pointer in the library. If def_ptr_in is passed as NULL, the first definition in the library is returned. This function can be used to loop through all modeling definitions in a library. For example:
(windex,lib_ptr,NULL,&def_ptr);
while (def_ptr != NULL)
{
...

(windex,lib_ptr,def_ptr,&def_ptr);
}

Plugin Prototype

fzrt_error_td fz_symb_def_model_get_next(

fzrt_int

windex,

fz_symb_lib_ptr

lib_ptr,

fz_symb_def_ptr

def_ptr_in,

fz_symb_def_ptr *

def_ptr_next )

Parameters

windex [Input]

project window index

lib_ptr [Input]

library

def_ptr_in [Input]

modeling definition

def_ptr_next [Result]

next modeling definition

Returns

Error codes

Availability

5.0.0.0

Example Files

util_symb_test.fsl

Function Set

fz_symb_model_fset


Defined in

fz_symb_api.h