This class wraps the concept of VCDProperties to make them easier to use.
Private VCDProp As VCDSimpleProperty
A sample that shows the usage of the VCDSimpleProperty class is documented in the Using the VCD Simple Property Class chapter.
The VCDSimpleProperty class is located in the samples\vb6\Common directory of the IC Imaging Control installation directory.
To use the class in a project, the class file VCDSimpleProperty.cls and the implementation module VCDSimpleModule.bas must be added to the project by by selecting Project -> Add File... from the main menu.
Source File: samples\vb6\Common\VCDSimpleProperty.cls
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. |
||
Init | Assign the current VCDPropertyItems collection to the VCDSimpleProperty object. |
||
OnePush | Invokes the operation of the specified property item. |
||