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

fz_objt_edit_parm_get

Description

Returns the value of a given parameter of a controlled (parametric) object. If the object is a plain object, and error is returned. The parm_uuid argument is the unique identifier id (UUID) of the parameter. The function fz_objt_edit_parm_get_info can be used to inquire this id for any of the parameters of an object type.

Plugin Prototype

fzrt_error_td fz_objt_edit_parm_get(

fzrt_int

windex,

fz_objt_ptr

objt,

fzrt_UUID_td

parm_uuid,

fz_type_td *

data )

Parameters

windex [Input]

project window index

objt [Input]

object

parm_uuid [Input]

uuid of parameter

data [Result]

data retrieved from the given parameter

Returns

Error codes

Availability

6.0.0.0

Function Set

fz_model_fset


Defined in

fz_objt_api.h