Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ArrayIndex Object : AddIndexSet Method
Required Long parameter representing the lower bound of the index set to be added.
Required Long parameter representing the lower bound of the index set to be added.
AddIndexSet Method
Description

Adds the supplied index set to the array index command.

Syntax
Visual Basic
Public Function AddIndexSet( _
   ByVal LowerBound As Long, _
   ByVal UpperBound As Long _
) As Boolean
Parameters
LowerBound
Required Long parameter representing the lower bound of the index set to be added.
UpperBound
Required Long parameter representing the lower bound of the index set to be added.
See Also