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

fz_objt_attr_get_attr_uuid

Description

Gets the n-th attribute used by an object. The indx argument must be between 0 and the number returned by . This function can be used to create in a loop through all attributes used by a given object.

Plugin Prototype

fzrt_error_td fz_objt_attr_get_attr_uuid(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

indx,

fzrt_UUID_td

uuid )

Parameters

windex [Input]

project window index

obj [Input]

object

indx [Input]

The attribute index, must be >= 0 and < value returned by

uuid [Result]

The uuid of the n-th attribute

Returns

Error codes

Availability

6.5.4.0

See Also

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h