formZ SDK | 4.0 Call Back Reference | Object Type
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, |
objts, | |
fzrt_int | nobjt, |
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
Defined in