formZ SDK | 5.0 API Reference | Project | Modeling | Attributes

fz_objt_attr_get_field_vlist

Description

Gets the value list uuid of a field of an attribute. This is only meaningful if the field uses a value list. That is, the API call fz_objt_attr_get_field_type must return FZ_ATTR_FIELD_TYPE_VLST for that field. The attribute is identified the prototype pointer, which can be retrieved from the attributes name by calling . The field is identified by its index.

Plugin Prototype

fzrt_error_td fz_objt_attr_get_field_vlist(

fz_attr_proto_ptr

attr_proto,

fzrt_int

field_indx,

fzrt_UUID_td

vlist_uuid )

Parameters

attr_proto [Input]

The attribute prototype pointer

field_indx [Input]

The index of the attribute field

vlist_uuid [Result]

The uuid of the value list used by the attribute field

Returns

error

Availability

5.0.0.0

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h