formZ SDK | 4.0 Call Back Reference | Object Type

fz_otyp_cbak_prop_palt

Description

Object type parameter edit function (Optional). This function will be invoked when one or mroe objects of this type are picked (with one of the pick tools) and their parameters displayed in the Tool Options palette. This function is responsible to follow a certain format to handle the editing of multiple objects simultaneously. See code of one the sample object type plugins (frame, star ...)

Plugin Prototype

fzrt_error_td fz_otyp_cbak_prop_palt(

fzrt_int

windex,

fz_objt_ptr *

objts,

fzrt_int

nobjt,

fz_fuim_tmpl_ptr

fuim_tmpl,

short

parent )

Parameters

windex [Input]

project window index

objts [Input]

array of objects, whose parameters to show in the palette

nobjt [Input]

number of objects in the array

fuim_tmpl [Input]

pointer to the palette template.

parent [Input]

Parent group, under which all palette items must be created.

Returns

Error codes

Availability

7.0.0.0

Function Set

fz_otyp_cbak_fset


Defined in

fz_otyp_api.h