mcCaptAttRangeFlags Enumeration
|
|
Attribute range flag bits. These set different options based on the definition of the capture attribute
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcCaptAttRangeFlags
Members
| Member name | Value | Description |
---|
| mcarNoOptions | 0 | No capture attribute options |
| mcarMultiLocked | 1 | Value array elements are locked to the same value |
| mcarPowerof2 | 2 | Values are power of 2 exponents |
| mcarTableVal | 4 | Supports table value property (array of 32-bit integers) |
| mcarTableDesc | 8 | Supports table description property (array of strings) |
| mcarReadOnly | 16 | Value is read-only |
| mcarBitFlags | 32 | Value is a bit-field |
| mcarNDimArrayVal | 64 | Value is an n-dim array |
| mcarStatus | 128 | Supports status property |
| mcarDataInfo | 256 | Supports data information property (array of 32-bit integers) |
| mcarTextInfo | 512 | Supports text information property (array of strings) |
| mcarPvwOnly | 1024 | Only supports preview values |
| mcarReadFromSrc | 2048 | Internal use only |
| mcarCommand | 4096 | Value is a command |
See Also