VCDPropertyElement.Update Method

Updates the internal cache of the element to match the device's state.
Syntax:
[C#]
public void Update();
Remarks:

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

See also: VCDPropertyElement

<< VCDPropertyElement