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)
|
Type: Long
Type: Long
Type: Double
Type: String
Type: Double
Type: Long |
- |