formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations

fz_objt_edit_parm_count

Description

Returns the number of parameters of a controlled (parametric) object. The cntl_uuid argument is the unique identifier id (UUID) of the object type. For a given object this id can be retrieved with the function .

Plugin Prototype

fzrt_error_td fz_objt_edit_parm_count(

fzrt_int

windex,

fzrt_UUID_td

cntl_uuid,

fzrt_int *

count )

Parameters

windex [Input]

project window index

cntl_uuid [Input]

object type UUID

count [Result]

number of parameters for the object type.

Returns

Error codes

Availability

6.0.0.0

Function Set

fz_model_fset


Defined in

fz_objt_api.h