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

fz_objt_attr_refn_are_equal

Description

Checks whether two display resolution attributes are equal.

Plugin Prototype

fzrt_error_td fz_objt_attr_refn_are_equal(

fzrt_int

windex1,

fz_attr_refn_ptr

refn1,

fzrt_int

windex2,

fz_attr_refn_ptr

refn2,

fzrt_boolean *

are_equal )

Parameters

windex1 [Input]

project 1

refn1 [Input]

display resolution attribute 1

windex2 [Input]

project 2

refn2 [Input]

display resolution attribute 2

are_equal [Result]

TRUE if they are equal, FALSE otherwise

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