formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_get_parm

Description

Function to get a parameter of the renderer. This function needs to return the 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.

Plugin Prototype

fzrt_error_td fz_rndr_cbak_get_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 retrieve

data [Result]

parameter data

Returns

Error codes.

Availability

5.0.0.0

See Also

fz_rndr_cbak_set_parm, fz_rndr_get_parm,

Function Set

fz_rndr_cbak_fset


Defined in

fz_rndr_api.h