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

fz_objt_attr_get_field_name

Description

Gets the name of a field of an attribute. 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_name(

fz_attr_proto_ptr

attr_proto,

fzrt_int

field_indx,

char *

field_name,

fzrt_int

max_len )

Parameters

attr_proto [Input]

The attribute prototype pointer

field_indx [Input]

The index of the attribute field

field_name [Result]

The name of the field

max_len [Input]

The maximum number of characters to copy into field_name.

Returns

error

Availability

5.0.0.0

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h