formZ SDK | 5.0 API Reference | System | User Interface (FUIM)

fz_fuim_tool_opts_update_items

Description

Refreshes the state of a set of items in the Tool Options palette. This function is typicall called from the track function of a tool. During the execution of the track function, a tool options parameter may be updated to reflect the value generated by the dynamic action. For example, the star tool changes the radius parameter while tracking. Therefore the radius value in the Tool Options palette must be updated as the tracking occurs. See star sample plugin tool for details.

Plugin Prototype

fzrt_error_td fz_fuim_tool_opts_update_items(

fzrt_int

nitems,

short *

item_ids )

Parameters

nitems [Input]

The number of fuim items to update

item_ids [Input]

array of ids of the items to update

Availability

7.0.0.0

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h