Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ArrayIndex Object : GetLowerBound Method
Required Long parameter that specifies which index set to use in retrieving the lower bound.
GetLowerBound Method
Description

Retrieves the lower bound of the specified index set.

Syntax
Visual Basic
Public Function GetLowerBound( _
   ByVal index As Long _
) As Long
Parameters
index
Required Long parameter that specifies which index set to use in retrieving the lower bound.
See Also