formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Text Object

fz_objt_text_search_init

Description

Initialize model text search parameters. This will set the parameters to default values. This function will allocate memory to store parameters. This memory must be freed by calling .

Plugin Prototype

fzrt_error_td fz_objt_text_search_init(

fz_text_search_parm_ptr *

srch_parms,

fzrt_int

windex,

fz_text_search_action_enum

action )

Parameters

srch_parms [Input]

Search parameters.

windex [Input]

The project window index

action [Input]

The action to take on the results of the search

Returns

Error codes

Availability

6.0.0.0

Example Files

util_objt_text_search.fsl

See Also

fz_text_search_parm_ptr, fz_text_search_action_enum,

Function Set

fz_model_fset


Defined in

fz_objt_text_api.h