VCDPropertyItems.FindInterface Method

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

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

Return Value:

If the collection contains a property item with an interface matching the given interface path, the FindInterface method returns the VCDPropertyInterface.

If the identifier 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, VCDPropertyInterface, Standard Property Item identifiers, Standard Element identifiers, Standard Interface identifiers

<< ICImagingControl.VCDPropertyItems