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

fz_objt_attr_refn_copy

Description

Copy the content of one display resolution attribute to another. Note, that the destination display resolution must already be allocated. This can be done by a call to .

Plugin Prototype

fzrt_error_td fz_objt_attr_refn_copy(

fzrt_int

src_windex,

fz_attr_refn_ptr

src_refn,

fzrt_int

dst_windex,

fz_attr_refn_ptr

dst_refn )

Parameters

src_windex [Input]

source project

src_refn [Input]

source attribute

dst_windex [Input]

destination project

dst_refn [Input]

destination attribute

Returns

Error codes

Availability

5.0.0.0

Example Files

util_attr_refn.fsl

See Also

, fz_objt_attr_refn_get, fz_objt_attr_refn_set,

Function Set

fz_objt_attr_fset


Defined in

fz_objt_refn_api.h