UpdateConnectionParameters Method
Updates the refresh rate, deadband, and tolerance for an object's connection.
Syntax
object.UpdateConnectionParameters bstrPropertyName, [vaUpdateRate], [vaDeadband], [vaTolerance], [vaConnectionFlags]
Properties
The UpdateConnectionParameters method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
BstrPropertyName |
String. The name of the connected property. |
aUpdateRate |
Variant. (Optional) The value at which to set the refresh rate for the connection. |
aDeadband |
Variant. (Optional) The value at which to set the deadband for the connection. |
aTolerance |
Variant. (Optional) The value at which to set the tolerance for the connection. |
aConnectionFlags |
Variant. (Optional) Reserved Word. |
Remarks
Use this method with object to object connections only.