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
SyntaxPublic Enumeration mcImagesExCommandFlags
Members
| Member name | Value | Description |
---|
| mciecfNoFlags | 0 | Standard flags |
| mciecfDataGet | -556883968 | When assigned, gets the data elementidentified by the lowest 12 bits of the command into CommandData.
CommandData is cleared once it is next accessed. |
| mciecfDataSet | -556879872 | When 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 | -556875776 | When assigned, clears the dataelement identified by the lowest 12 bits of the command. |
| mciecfDataClearAll | -556871680 | When assigned, clears all storeddata elements. |
| mciecfDataList | -556867584 | When assigned, sets CommandDatato an array of integers identifying the storage elements than have been
assigned to and not yet cleared. |
| mciecfDataElementMask | 4095 | A mask for the data element portionof the mcdecfDataXxxx action commands. |
See Also