Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FlowControlCmd Object : SetArgumentName Method
Required Long that indicates the number of the argument value to set.
Required String that indicates the argument name to set.
SetArgumentName Method
Description
This function sets the name of an argument of an object of type START_SUBROUTINE. It does nothing and returns FALSE if the object is not of this type.
Syntax
Visual Basic
Public Function SetArgumentName( _
   ByVal Position As Long, _
   ByVal Name As String _
) As Boolean
Parameters
Position
Required Long that indicates the number of the argument value to set.
Name
Required String that indicates the argument name to set.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also