formZ SDK | 4.0 Call Back Reference | Object Attributes

fz_attr_cbak_iface_tmpl

Description

Custom attribute dialog function (Obsoluete. New fz_attr_cbak_iface_tmpl_multi_func should be used from now on). This function is called whenever an attribute is edited. It is expected to create the dialog template and the editing items to display the content of the attribute. When this function is defined and fz_attr_cbak_iface_tmpl_multi_func is not, only the attribute of one object can be edited. If more than one object is picked, the attribute will not be displayed in the properties palette.

Plugin Prototype

fzrt_int fz_attr_cbak_iface_tmpl(

fzrt_int

windex,

fz_fuim_tmpl_ptr

fuim_tmpl,

fzrt_ptr

fuim_data )

Parameters

windex [Input]

project window index

fuim_tmpl [Input]

Pointer to the dialog template.

fuim_data [Input]

Pointer to the attribute data.

Returns

the dialog template index

Availability

5.0.0.0

Function Set

fz_attr_cbak_fset


Defined in

fz_objt_attr_api.h