DicomObjects.NET Core Documentation
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also