DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / RemovePrivateAttributes Method
Remove top level private attributes by default. When set to true, all private attributes within sequence and sub-sequences will be removed



In This Topic
    RemovePrivateAttributes Method
    In This Topic
    Remove private attributes
    Syntax
    'Declaration
     
    
    Public Sub RemovePrivateAttributes( _
       Optional ByVal Deep As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Deep As Boolean
     
    instance.RemovePrivateAttributes(Deep)
    public void RemovePrivateAttributes( 
       bool Deep
    )
    public:
    void RemovePrivateAttributes( 
       bool Deep
    ) 

    Parameters

    Deep
    Remove top level private attributes by default. When set to true, all private attributes within sequence and sub-sequences will be removed
    Remarks
    This method removes all attributes with an odd group number
    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