Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FlowControlCmd Object : GetArgumentDescription Method
Required Long that indicates the number of the argument from which to obtain the description.
GetArgumentDescription Method
Description
Returns the description 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 GetArgumentDescription( _
   ByVal Position As Long _
) As String
Parameters
Position
Required Long that indicates the number of the argument from which to obtain the description.
Return Type
String value.
See Also