StdOperStepCopySource Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The OperStepCopySource() method is the constructor for the OperStepCopySource class. It sets all fields in the class.
'Usage
Dim operId As String
Dim stepNo As Integer
Dim instance As New StdOperStepCopySource(operId, stepNo)
Parameters
- operId
- Required. Holds the operation ID.
- stepNo
- Required. Holds the step number.