SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Hierarchy_Inclusion
/*
 * ENUM: SE_Hierarchy_Inclusion
 *
 *   This data type specifies, for a given subclass of <Aggregate Feature>
 *   or <Aggregate Geometry>, whether the instances and their components
 *   are included or excluded from a search.
 */
typedef enum
{
SE_HIERINC_EXCLUDE_ALL,1
SE_HIERINC_INCLUDE_ALL,2
SE_HIERINC_EVALUATE_RULES3
} SE_Hierarchy_Inclusion;


Enumerant Notes

1 All instances and their components are to be excluded.

2 All instances and their components are to be included.

3 Instances and their components are to be included only if they pass a set of defined conditions.




Prev: SE_General_Hierarchy_Select. Next: SE_Hierarchy_Order_Parameters.


Return to: Top of this Page, Type Index