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

fz_objt_attr_get_attr_count

Description

Gets the number of attributes used by an object (also includes attributes used by faces). This function can be used to create a loop through all attributes used by a given object. is used to access the n-th attribute for an object.

Plugin Prototype

fzrt_error_td fz_objt_attr_get_attr_count(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int *

count )

Parameters

windex [Input]

project window index

obj [Input]

object

count [Result]

The number of attributes used by the object

Returns

Error codes

Availability

6.5.4.0

See Also

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h