Gets and sets the lower limit for graphically displaying the point value. | |
Syntax: | VARIANT =
object.DisplayLimitLow object.DisplayLimitLow = VARIANT |
Description: | CimPoint.DisplayLimitLow 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.DisplayLimitLow = 10 See Also Point Configuration |