formZ SDK | 4.0 Call Back Reference | Object Attributes

fz_attr_level_enum

Description

Indicates which level in formZ uses a particular custom attribute. These flags are used in the plugin supplied fz_attr_cbak_info_func. For example, if a plugin wants to indicate that its attribute is used by the object and face level, the flags returned are set :

enum fz_attr_level_enum {

FZ_ATTR_LEVEL_OBJT,

FZ_ATTR_LEVEL_FACE };

Members

FZ_ATTR_LEVEL_OBJT

The attribute is used by the object level

FZ_ATTR_LEVEL_FACE

The attribute is used by the face level

Availability

5.0.0.0

Plugin Example

FZ_SETBIT(*level_flags,FZ_ATTR_LEVEL_OBJT); FZ_SETBIT(*level_flags,FZ_ATTR_LEVEL_FACE);

Defined in

fz_objt_attr_api.h