Delete Method (StdOperStepFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified standard operation step file record from the Std_Oper_Step_File table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal operId As String, _
ByVal stepNo As Integer, _
ByVal assocFile As String _
)
'Usage
Dim sessionId As Integer
Dim operId As String
Dim stepNo As Integer
Dim assocFile As String
StdOperStepFile.Delete(sessionId, operId, stepNo, assocFile)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- operId
- Required. Holds the ID of the operation to which the step belongs.
- stepNo
- Required. Holds the step number.
- assocFile
- Required. Holds the path and file name of the standard operation step file.