DicomObjects Reference
DicomObjects Reference / DicomContexts Collection / Remove Method
The presentation context ID of the DicomContext item to be removed
Remove Method
Description
Removes a DicomContext item from a collection
Syntax
Visual Basic
Public Sub Remove( _
   ByVal ContextID As Integer _
) 
Parameters
ContextID
The presentation context ID of the DicomContext item to be removed
Remarks
Like the Item property, this method uses the presentation context ID (a small, short integer), as its index.
This method is not normally used, but is included for completeness.
When accepting an association, unwanted contexts should be rejected using the Reject method instead.
See Also