Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ArrayIndex Object : RemoveIndexSet Method
Required Long parameter that specifies which index set to remove.
RemoveIndexSet Method
Description

Removes the index set specified by index from the array index object.

Syntax
Visual Basic
Public Function RemoveIndexSet( _
   ByVal index As Long _
) As Boolean
Parameters
index
Required Long parameter that specifies which index set to remove.
See Also