GetConnectionParameters Method

Returns the UpdateRate, Deadband and Tolerance for the specified property connection.

Syntax

object.GetConnectionParameters bstrPropertyName, [pvaUpdateRate], [pvaDeadband], [pvaTolerance], [pvaConnectionFlags]

Properties

The GetConnectionParameters 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.

pvaUpdateRate

Variant. (Optional) Returns the refresh rate in seconds for this connection.

pvaDeadband

Variant. (Optional) Returns the data change deadband.

pvaTolerance

Variant. (Optional) Returns the equivalency determination factor.

pvaConnectionFlags

Variant. Reserved.

 

Example

Applies To