TextValuesManager.OnPerVariableMaxExceeded

Fired from CreateNewAssociation when the per variable max number of associations has been exceeded. Allows sink to provide a value for the given label, or to increase the max allowed.

Syntax Parameters Return Value
Event TextValuesManager.OnPerVariableMaxExceeded( _
    ssIdent As Long, _
    varNo As Long, _
    mdVal As Double, _
    label As String, _
    overrideVal As Double, _
    newMax As Long)
  • ssIdent [in]

Type: Long

  • varNo [in]

Type: Long

  • mdVal [in]

Type: Double

  • label [in]

Type: String

  • overrideVal [in]

Type: Double

  • newMax [in]

Type: Long

-