Click or drag to resize

mcFeaturesListCommandFlags Enumeration

Predefined flags and command codes for the McFeaturesList.CommandFlags property.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcFeaturesListCommandFlags
Members
  Member nameValueDescription
mcflcfNoFlags0No flags.
mcflcfAllFlags-1All flags.
mcflcfDataGet-556883968When assigned, gets the dataelement identified by the lowest 12 bits of the command into CommandData. CommandData is cleared once it is next accessed.
mcflcfDataSet-556879872When assigned, sets the dataelement identified by the lowest 12 bits of the command from the current CommandData. CommandData is cleared after its value is stored.
mcflcfDataClear-556875776When assigned, clears the dataelement identified by the lowest 12 bits of the command.
mcflcfDataClearAll-556871680When assigned, clears all storeddata elements.
mcflcfDataList-556867584When assigned, sets CommandDatato an array of integers identifying the storage elements than have been assigned to and not yet cleared.
mcflcfDataElementMask4095A mask for the data element portionof the mcflcfDataXxxx action commands.
mcflcfSaveAsBytes-556859392When assigned, sets CommandDatato an array of bytes holding a full representation of CommandFlags, CommandData and all data elements. CommandData and data elements holding Object references or Structures (Records) cannot be saved as bytes. Such elements will not be saved, and a subsequent assignment of the mcflcfSaveAsBytesSucceeded will set CommandData to False.
mcflcfSaveAsBytesSucceeded-556859391When assigned, setsCommandData to True if the last mcflcfSaveAsBytes succeeded in saving CommandData and all data elements. If the last mcflcfSaveAsBytes encountered a non-savable element, CommandData will be set False.
mcflcfLoadFromBytes-556859390When assigned, assumesCommandData is an array of bytes previously created by a mcflcfSaveAsBytes assignment. CommandFlags, CommandData and all data elements are restored from this array.
See Also