DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / RemovePrivateAttributes Method



In This Topic
    RemovePrivateAttributes Method
    In This Topic
    Remove all private attributes
    Syntax
    'Declaration
     
    Public Sub RemovePrivateAttributes() 
    'Usage
     
    Dim instance As DicomDataSet
     
    instance.RemovePrivateAttributes()
    public void RemovePrivateAttributes()
    public:
    void RemovePrivateAttributes(); 
    Remarks
    This method removes all attributes with an odd group number
    Requirements

    Target Platforms: .NET CLR 3.5 or higher

    See Also