Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FlowControlCmd Object : GetArgumentName Method
Required Long that indicates the number of the argument from which to obtain the argument's name.
GetArgumentName Method
Description
Returns the name of an argument to an object of type START_SUBROUTINE. For objects of other types, it returns the empty string.
Syntax
Visual Basic
Public Function GetArgumentName( _
   ByVal Position As Long _
) As String
Parameters
Position
Required Long that indicates the number of the argument from which to obtain the argument's name.
Return Type
String value.
See Also