VCDPropertyInterface.Update Method

Updates the internal cache of the property to match the device's state.
Syntax:
Public Sub Update()
Remarks:

Some properties may be controlled externally at the device, while the VCDPropertyInterface derived class does not know about that. To prevent that inconsistency from happening, you can use this function to update the cache.

See also: VCDPropertyInterface

<< VCDPropertyInterface