Visual Basic (Declaration) | |
---|---|
Public Function SetItemDeadband( _ ByVal handles() As Integer, _ ByVal percentDeadband() As Single, _ ByRef errors As Integer() _ ) As Integer |
Parameters
- handles
- Array of Server items handles.
- percentDeadband
- Array of deadband values. Each value must be from 0.0 to 100.0, which is the percentage of the change allowed per update period.
- errors