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

fz_objt_attr_set_objt_ecol

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_set_objt_ecol(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_rgb_color_td *

ecol )

Parameters

windex [Input]

project window index

obj [Input]

object

ecol [Input]

The rgb color for the object edge

Returns

Error codes

Availability

7.0.0.0

See Also

fz_objt_attr_get_objt_ecol

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h