
This class is a collection of VCDPropertyElement objects.
This example lists all VCDPropertyItems and VCDPropertyElements in the debug output window.
Dim PropertyItem As VCDPropertyItem Dim PropertyElement As VCDPropertyElement For Each PropertyItem In ICImagingControl1.VCDPropertyItems Debug.Print PropertyItem.Name For Each PropertyElement In PropertyItem.Elements Debug.Print " " + PropertyElement.Name Next Next
Introduced in IC Imaging Control 2.0
| Property | Description | ||
| Count | Returns the number of elements in the VCDPropertyElements collection. |
||
| Item | Returns the VCDPropertyElement at the specified position. |
||
| Method | Description | ||
| FindElement | Searches the collection for a VCDPropertyElement with a given element id. |
||
| FindInterface | This method returns the VCDPropertyInterface that is specified by the passed string. |
||