RemovePrivateAttributes Method
In This Topic
Remove private attributes
Syntax
'Declaration
Public Sub RemovePrivateAttributes( _
Optional ByVal As System.Boolean _
)
'Usage
Dim instance As DicomDataSet
Dim deep As System.Boolean
instance.RemovePrivateAttributes(deep)
public void RemovePrivateAttributes(
System.bool
)
public procedure RemovePrivateAttributes(
: System.Boolean
);
public function RemovePrivateAttributes(
: System.boolean
);
public: void RemovePrivateAttributes(
System.bool
)
public:
void RemovePrivateAttributes(
System.bool
)
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. The parent sequence will not be removed even if it is private.
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also