DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / RemovePrivateAttributes Method
Remove top level private attributes only 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 only 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: .NET CLR 4.0 or higher

    See Also