
This class wraps the concept of VCDProperties to make them easier to use.
Namespace: TIS.Imaging
Introduced in IC Imaging Control 2.0
| Property | Description | ||
| Automation | Returns or sets the automation of the property item with the specified id. |
||
| DefaultValue | Returns the default value of the specified property item. |
||
| RangeMax | Returns the maximum value of the specified property item. |
||
| RangeMin | Returns the minimum value of the specified property item. |
||
| RangeValue | Returns or sets the value of the property item with the specified id. |
||
| Method | Description | ||
| AutoAvailable | Returns whether automation for the specified property item is available. |
||
| Available | Checks whether the specified property item is supported by the current video capture device. |
||
| OnePush | Invokes the operation of the specified property item. |
||
| VCDSimpleProperty | Creates a new VCDSimpleProperty object and connects it to a VCDPropertyItems collection. |
||