mcBasicFeatureStatusFlags Enumeration
|
|
Bit values OR'ed together for each feature for theIMcBasicFeatures.BasicFeatureStatusFlags property. The bits defined here
match the corresponding bits of the McFeatures.FeaturesStatusFlags property.
Internal Comment: Leave bits 0-4 zero for legacy code
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcBasicFeatureStatusFlags
Members
| Member name | Value | Description |
---|
| mcbfsfNoFlags | 0 | No flags |
| mcbfsfDeselected | 32 | Deselected by user. (BLBSEL_USER >> 8) |
| mcbfsfOutOfRange | 64 | Not selected due to being out-of-range. (BLBSEL_INRANGE >> 8) |
| mcbfsfCancelled | 128 | Not selected due to touching a guard frame. (BLBSEL_CANCELLED >> 8) |
| mcbfsfAnyNotSelected | 224 | Mask for not selected for any reason. |
| mcbfsfAllFlags | -1 | All flags |
See Also