Delete Method (SampleFreq)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified sample frequency record from the Sample_Freq table.
'Usage
Dim sessionId As Integer
Dim freqId As Integer
SampleFreq.Delete(sessionId, freqId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- freqId
- Required. Holds the ID of the sample plan frequency being deleted.