Delete Method (CharAttrLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a characteristic attribute link record from the Char_Attr_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal charId As Integer, _
ByVal attrId As Integer _
)
'Usage
Dim sessionId As Integer
Dim charId As Integer
Dim attrId As Integer
CharAttrLink.Delete(sessionId, charId, attrId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- charId
- Required. Holds the ID of the characteristic for the link being deleted.
- attrId
- Required. Holds the ID of the attribute for the link being deleted.