VCDSimpleProperty.Init Method

Assign the current VCDPropertyItems collection to the VCDSimpleProperty object.
Syntax:
Public Sub Init(Tree As VCDPropertyItems)
Parameter Description
Tree

A VCDPropertyItems collection.

Remarks:

The init method must be called before the VCDSimpleProperty object can be used. If init was not called, every other call to methods of VCDSimpleProperty will fail.

Sample:

For a sample code, take a look at Using the VCD Simple Property Class.

See Also: VCDSimpleProperty, VCDPropertyItems, ICImagingControl.VCDPropertyItems, Using the VCD Simple Property Class

<< VCDSimpleProperty