Gets and sets the upper limit for graphically displaying the point value. | |
Syntax: | VARIANT =
object.DisplayLimitHigh object.DisplayLimitHigh = VARIANT |
Description: | CimPoint.DisplayLimitHigh is a variant with
a string representation of 10 characters or less. Larger values
will be rejected. Display limits can be used as the animation
limits when graphically displaying a point. Defaults to the empty
string when creating a new point. To remove a limit set it to an
empty string (e.g. "".) Examples mypoint.DisplayLimitHigh = 100 See Also Point Configuration |