A structure that specifies the upper and lower bounds of a single dimension of an array. It is used in the VariableCardinalityDefinition object. ArrayBounds has no events.
ArrayBounds property |
Datatype |
Description |
---|---|---|
ClassDefinition |
PowerObject |
Contains information about the class definition of the object or control. |
LowerBound |
Long |
The lower bound of the array dimension. For unbounded arrays, the value is always 0. |
UpperBound |
Long |
The upper bound of the array dimension. For unbounded arrays, the value is always 0. |