Object References

[This is preliminary documentation and subject to change.]

In the object reference topics, the syntax placeholder object refers to an object expression that evaluates to one of the classes specified.

The Input and Output properties of the Video control are each assigned DeviceBase objects when setting the properties' values. You can specify the properties of a DeviceBase object in either property with the following syntax:

Vid1.Devices(index).property

where Vid1, index, and property are placeholders respectively for the:

You can also specify DeviceBase object properties after you assign them to the Input or Output properties of the Video control. These are also valid object expressions that reference a property of a DeviceBase object:

Vid1.Input.property
Vid1.Output.property

where Vid1 and property are the respective placeholders for the specific Video control you are using and the property to set of the associated DeviceBase object.