Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Variable Object : GetArrayIndexValue Method
Long value of the index position.
GetArrayIndexValue Method
Description
This returns the array variable at the specified index position.
Syntax
Visual Basic
Public Function GetArrayIndexValue( _
   ByVal index As Long _
) As Variable
Parameters
index
Long value of the index position.
See Also