VCDPropertyItems.FindItem Method

Returns the VCDPropertyItem that is referred by the passed identifier string.
Syntax:
[C#]
public VCDPropertyItem FindItem(string ItemIdentifier);
Parameter Description
ItemIdentifier

Specifies the item identifier string.

Return Value:

If the collection contains an item with an identifier equal to the given item identifier, the FindItem method returns the according VCDPropertyItem.

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

Remarks:

For available property item identifiers see Standard Property Item identifiers. A sample can be found in the Basic Use of VCD Properties tutorial.

See also: VCDPropertyItems, VCDPropertyItem, Standard Property Item identifiers, Basic Use of VCD Properties

<< ICImagingControl.VCDPropertyItems