[This is preliminary documentation and is subject to change.]
Make attributes in this AttributeSet ascending (Dicom compliant).
| C# | Visual Basic | Visual C++ |
public void MakeAscending( bool recursive )
Public Sub MakeAscending ( _ recursive As Boolean _ )
public: void MakeAscending( bool recursive )
- recursive (Boolean)
- When this is true, all attributes are made ascending resursively, i.e. all contained sequence items are also sorted.