'Declaration
Public Function New( _ ByVal args As DAHandleGroupArguments _ )
'Usage
Dim args As DAHandleGroupArguments Dim instance As New DAHandleGroupArguments(args)
public DAHandleGroupArguments( DAHandleGroupArguments args )
public: DAHandleGroupArguments( DAHandleGroupArguments^ args )
Parameters
- args
- The handle group arguments object to copy from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).