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

fz_objt_attr_get_field_indx

Description

Gets the index of a field, given the field name. The attribute is identified the prototype pointer, which can be retrieved from the attributes name by calling .

Plugin Prototype

fzrt_error_td fz_objt_attr_get_field_indx(

fz_attr_proto_ptr

attr_proto,

char *

field_name,

fzrt_int *

field_indx )

Parameters

attr_proto [Input]

The attribute prototype pointer

field_name [Input]

the name of the attribute field, as seen in the Attributes Manager dialog

field_indx [Result]

The index of the field

Returns

error

Availability

5.0.0.0

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h