Click or drag to resize

mcImagesExCommandFlags Enumeration

Predefined flags and command codes for theMcImagesEx.CommandFlags property.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcImagesExCommandFlags
Members
  Member nameValueDescription
mciecfNoFlags0Standard flags
mciecfDataGet-556883968When assigned, gets the data elementidentified by the lowest 12 bits of the command into CommandData. CommandData is cleared once it is next accessed.
mciecfDataSet-556879872When assigned, sets the data elementidentified by the lowest 12 bits of the command from the current CommandData. CommandData is cleared after its value is stored.
mciecfDataClear-556875776When assigned, clears the dataelement identified by the lowest 12 bits of the command.
mciecfDataClearAll-556871680When assigned, clears all storeddata elements.
mciecfDataList-556867584When assigned, sets CommandDatato an array of integers identifying the storage elements than have been assigned to and not yet cleared.
mciecfDataElementMask4095A mask for the data element portionof the mcdecfDataXxxx action commands.
See Also