Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetState( _ ByRef updateRate As Integer, _ ByRef active As Boolean, _ ByRef name As String, _ ByRef timeBias As Integer, _ ByRef percentDeadband As Single, _ ByRef localeID As Integer, _ ByRef handleClient As Integer, _ ByRef handleServer As Integer _ ) As Integer |
C# | |
---|---|
public int GetState( out int updateRate, out bool active, out string name, out int timeBias, out float percentDeadband, out int localeID, out int handleClient, out int handleServer ) |
Parameters
- updateRate
- The current update rate. The Update Rate is in milliseconds
- active
- The current active state of the group.
- name
- The current name of the group
- timeBias
- The TimeZone Bias of the group (in minutes).
- percentDeadband
- The percent change in an item value that will cause an exception report of that value to a client. This parameter only applies to items in the group that have dwEUType of Analog.
- localeID
- The current LCID for the group.
- handleClient
- The client supplied group handle
- handleServer
- The server generated group handle