Click or drag to resize

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
Syntax
VB
Public Enumeration mcBasicFeatureStatusFlags
Members
  Member nameValueDescription
mcbfsfNoFlags0No flags
mcbfsfDeselected32Deselected by user. (BLBSEL_USER >> 8)
mcbfsfOutOfRange64Not selected due to being out-of-range. (BLBSEL_INRANGE >> 8)
mcbfsfCancelled128Not selected due to touching a guard frame. (BLBSEL_CANCELLED >> 8)
mcbfsfAnyNotSelected224Mask for not selected for any reason.
mcbfsfAllFlags-1All flags
See Also