Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
SetSize Method
Description
This method sets the size (the number of items) of a string array.
Syntax
Visual Basic
Public Sub SetSize( _
   ByVal NewSize As Long _
) 
Parameters
NewSize
Example
For an example, see the GetStringArray method in the PartProgram object.
See Also