formZ SDK | 4.0 Call Back Reference | Light Representation

fz_light_rep_cbak_data_finit

Description

Light Representation finit function (Optional). This function is called whenever a Light is deleted. It allows the plugin to free any dynamic memory that may be present in a Light Representation.

Plugin Prototype

fzrt_error_td fz_light_rep_cbak_data_finit(

fzrt_int

windex,

fz_lite_ptr

light,

void *

light_rep_data )

Parameters

windex [Input]

project window index

light [Input]

the light, which will be deleted

light_rep_data [Input, Result]

Light Representation data.

Returns

Error codes

Availability

7.0.0.0

Function Set

fz_light_rep_cbak_fset


Defined in

fz_view_rep_api.h