Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ArrayIndex Object : SetUpperBound Method
Required Long parameter that specifies which index set to use in setting the upper bound.
SetUpperBound Method
Description
Sets the upper bound of the specified index set.
Syntax
Visual Basic
Public Function SetUpperBound( _
   ByVal index As Long, _
   ByVal UpperBound As Long _
) As Boolean
Parameters
index
Required Long parameter that specifies which index set to use in setting the upper bound.
UpperBound
See Also