DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / RemoveFromOfferedTransferSyntaxes Method
The group to remove the offered Transfer Syntax from
The offered Transfer Syntax to remove



    RemoveFromOfferedTransferSyntaxes Method
    Remove an offered Transfer Syntax from a group used to help control automatic acceptance of transfer syntaxes
    Syntax
    'Declaration
     
    Public Shared Sub RemoveFromOfferedTransferSyntaxes( _
       ByVal Group As SOPClassGroups, _
       ByVal TransferSyntax As UID _
    ) 
     
    'Usage
     
    Dim Group As SOPClassGroups
    Dim TransferSyntax As UID
     
    DicomGlobal.RemoveFromOfferedTransferSyntaxes(Group, TransferSyntax)

    Parameters

    Group
    The group to remove the offered Transfer Syntax from
    TransferSyntax
    The offered Transfer Syntax to remove
    Remarks

    The groups are pre-populated at initialization, but may be modified by the user

    For direct access to the underlying List of Strings to allow advanced usage see OfferedTransferSyntaxes

    See Also:

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also