SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Search_Dimension
/*
 * ENUM: SE_Search_Dimension
 *
 *   This data type specifies whether a search will return
 *   two-dimensional DRM objects, if they are present.
 *
 *   To ignore <Location 2D> instances, SE_Search_Dimension value
 *   SE_SEARCHDIM_THREE_DIMENSIONAL should be specified. All other searches
 *   consider <Location 2D> instances in evaluating DRM objects.
 *
 *   This data type also specifies whether a search will consider the
 *   height components of <Location 3D> instances. To ignore the
 *   height component, search dimension
 *   SE_SEARCHDIM_TWO_DIMENSIONAL_OR_SURFACE shall be specified.
 *   All other searches will consider the height components of
 *   <Location 3D> instances during evaluation.
 */
typedef enum
{
SE_SEARCHDIM_TWO_DIMENSIONAL_OR_SURFACE,1
SE_SEARCHDIM_THREE_DIMENSIONAL,2
SE_SEARCHDIM_ALL_DIMENSIONS3
} SE_Search_Dimension;


Enumerant Notes

1 Only DRM objects specified with two-dimensional or surface coordinates will be returned.

2 Only DRM objects specified with three-dimensional coordinates will be returned.

3 DRM objects specified with any type of coordinates will be returned.




Prev: SE_Search_Bounds_Closure. Next: SE_Search_Filter.


Return to: Top of this Page, Type Index