Click or drag to resize

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
Syntax
VB
Public Enumeration mcCaptAttRangeFlags
Members
  Member nameValueDescription
mcarNoOptions0No capture attribute options
mcarMultiLocked1Value array elements are locked to the same value
mcarPowerof22Values are power of 2 exponents
mcarTableVal4Supports table value property (array of 32-bit integers)
mcarTableDesc8Supports table description property (array of strings)
mcarReadOnly16Value is read-only
mcarBitFlags32Value is a bit-field
mcarNDimArrayVal64Value is an n-dim array
mcarStatus128Supports status property
mcarDataInfo256Supports data information property (array of 32-bit integers)
mcarTextInfo512Supports text information property (array of strings)
mcarPvwOnly1024Only supports preview values
mcarReadFromSrc2048Internal use only
mcarCommand4096Value is a command
See Also