Delete Method (SampleAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a sample attribute record from the Sample_Attr table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal sampleId As Integer, _
ByVal attrId As Integer _
)
'Usage
Dim sessionId As Integer
Dim sampleId As Integer
Dim attrId As Integer
SampleAttr.Delete(sessionId, sampleId, attrId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- sampleId
- Required. Holds the sample ID.
- attrId
- Required. Holds the attribute ID.