formZ SDK | 5.0 API Reference | Project | Symbols
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, |
lib_ptr, | |
def_ptr_in, | |
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
Function Set
Defined in