DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / ClearSOPClassGroup Method
The group to clear



In This Topic
    ClearSOPClassGroup Method
    In This Topic
    Clear all SOP classes from a group used to help control use of associated transfer syntaxes
    Syntax
    'Declaration
     
    Public Shared Sub ClearSOPClassGroup( _
       ByVal Group As SOPClassGroups _
    ) 
    'Usage
     
    Dim Group As SOPClassGroups
     
    DicomGlobal.ClearSOPClassGroup(Group)
    public static void ClearSOPClassGroup( 
       SOPClassGroups Group
    )
    public:
    static void ClearSOPClassGroup( 
       SOPClassGroups Group
    ) 

    Parameters

    Group
    The group to clear
    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 SOPClassGroup

    See Also:

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also