formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_set_parm

Description

Function to set a parameter of the renderer. This function assigns the given data value of the parameter of the given index of the renderer implementing it. Implement this function if this renderer will be used with automation plugins and scripts. Note also, that this function should call the fz_notf_cbak_wind with a flag of FZ_NOTF_WIND_OPTS to inform the renderer the renderer's options have changed.

Plugin Prototype

fzrt_error_td fz_rndr_cbak_set_parm(

fzrt_int

windex,

fzrt_int

parm_indx,

fz_type_td*

data )

Parameters

windex [Input]

project window index

parm_indx [Input]

index of the parameter to set

data [Input]

parameter data

Returns

Error codes.

Availability

5.0.0.0

See Also

, fz_rndr_get_parm,

Function Set

fz_rndr_cbak_fset


Defined in

fz_rndr_api.h