formZ SDK | 4.0 Call Back Reference | Object Type

fz_otyp_cbak_parm_set

Description

Object type parameter set function (Optional). Given an object, and a parameter identified by its uuid, this function stores the data into the object for the given parameter.

Plugin Prototype

fzrt_error_td fz_otyp_cbak_parm_set(

fzrt_int

windex,

fz_objt_ptr

objt,

fzrt_UUID_td

parm_uuid,

fz_type_td *

data )

Parameters

windex [Input]

project window index

objt [Input]

object

parm_uuid [Input]

uuid of parameter

data [Input]

data to be stored into the object for the given parameter

Returns

Error codes

Availability

6.0.0.0

See Also

fz_otyp_cbak_parm_get_info, fz_otyp_cbak_parm_get_state_str, fz_otyp_cbak_parm_get,

Function Set

fz_otyp_cbak_fset


Defined in

fz_otyp_api.h