PK_check_attribs_t   

typedef int PK_check_attribs_t;

Used in:

PK_ASSEMBLY_check_o_t
PK_BODY_check_o_t
PK_EDGE_check_o_t
PK_FACE_check_o_t
PK_GEOM_check_o_t


This datatype specifies whether or not to check the validity of system
attributes attached to an entity as part of general checking functionality.

It has the values:

    PK_check_attribs_no_c           Do not check system attributes.

    PK_check_attribs_yes_c          Check the validity of system attributes
                                    (including checks that numerical fields
                                    are within valid ranges, and that only
                                    legal characters are used in string
                                    fields).