SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Object_Inclusion
/*
 * ENUM: SE_Object_Inclusion
 *
 *   This data type specifies how identified objects related to a
 *   search boundary.
 */
typedef enum
{
SE_OBJINCL_FULLY_INCLUDED,1
SE_OBJINCL_PARTIALLY_INCLUDED2
} SE_Object_Inclusion;


Enumerant Notes

1 The identified object is completely inside the search boundary specified.

2 The identified object is either completely inside the search boundary or partially overlaps the search boundary.




Prev: SE_Object. Next: SE_Octant_Select_Parameters.


Return to: Top of this Page, Type Index