formZ SDK | 4.0 Call Back Reference | Object Type

fz_otyp_cbak_parm_get

Description

Object type parameter get function (Optional). Given an object, and a parameter identified by its uuid, this function retrieves the data currently stored in the object for the given parameter.

Plugin Prototype

fzrt_error_td fz_otyp_cbak_parm_get(

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 [Result]

data retrieved from 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_set,

Function Set

fz_otyp_cbak_fset


Defined in

fz_otyp_api.h