Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Variable Object : SetArrayIndexValue Method
Long value specifying the index position.
Array Variable value to be set.
SetArrayIndexValue Method
Description
This sets the array variable at the specified index position.
Syntax
Visual Basic
Public Function SetArrayIndexValue( _
   ByVal index As Long, _
   ByVal Variable As Variable _
) As Boolean
Parameters
index
Long value specifying the index position.
Variable
Array Variable value to be set.
Return Type
Boolean value.
See Also