RemovePrivateAttributes Method
Remove private attributes
public void RemovePrivateAttributes(
bool
)
public:
void RemovePrivateAttributes(
bool
)
'Declaration
Public Sub RemovePrivateAttributes( _
Optional ByVal As Boolean _
)
'Usage
Dim instance As DicomDataSet
Dim deep As Boolean
instance.RemovePrivateAttributes(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
Target Platforms: .NET CLR 4.0 or higher