VCDPropertyItems.FindElement Method

This method returns the VCDPropertyElement that is referred by the passed identifier string.
Syntax:
[C#]
public VCDPropertyElement FindElement(string ElementPath);
Parameter Description
ElementPath

The element path string consists of an item identifier and an element identifier string. The identifiers are separated by a colon: "item_id:element_id"

Return Value:

If the collection contains an item with an element matching the given element path, the FindElement method returns the VCDPropertyElement.

If the element path string was not found, the function returns Nothing and null respectively.

Remarks:

For available property item identifier and element identifier strings see VCDGUIDs

See also: VCDPropertyItems, VCDPropertyItem, VCDPropertyElement, Standard Property Item identifiers, Standard Element identifiers

<< ICImagingControl.VCDPropertyItems