Click or drag to resize

GroupSignalMaxValue Property

Note: This API is now obsolete.

Gets the maximum value of the group signal.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
[ObsoleteAttribute("use GroupMaxValue instead")]
public int MaxValue { get; }

Property Value

Type: Int32
An integer value that represents the maximum value.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also