TextValuesManager.OnMaximumAssociationsExceeded

Fired from CreateNewAssociation when 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.OnMaximumAssociationsExceeded( _
    mdVal As Double, _
    label As String, _
    overrideVal As Double, _
    newMax As Long)
  • mdVal [in]

Type: Double

  • label [in]

Type: String

  • overrideVal [in]

Type: Double

  • newMax [in]

Type: Long

-