VCDPropertyElements

This class is a collection of VCDPropertyElement objects.

Example

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

Information

    Introduced in IC Imaging Control 2.0

Properties

Property Description
Count

Returns the number of elements in the VCDPropertyElements collection.

Item

Returns the VCDPropertyElement at the specified position.

Methods

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.

<< Classes

This site is part of The Imaging Source Network. Other sites include Company Portal, Image Processing, Astronomy Cameras, Astronomy Cameras Blog, Blog caméras d'astronomie, Astronomy Cameras Competition, TX Text Control, TX Text Control Blog and Forums.