GetConnectionParameters Method Example
The following example returns the UpdateRate, Deadband and Tolerance for the ForegroundColor property connection for the Oval object Oval1.
Dim vTolerance As Variant
Dim vDeadBand As Variant
Dim vUpdateRate As Variant
Dim vFlags As Variant
Oval1.GetConnectionParameters "ForegroundColor", vUpdateRate, vDeadBand, vTolerance, vFlags