| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub DeleteModalityLut() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void DeleteModalityLut() | |
| C++/CLI | |
|---|---|
public: void DeleteModalityLut(); | |
For an example, refer to DicomDataSet.SetModalityLut(DicomModalityLutAttributes,Int32[]).
This method will delete all the elements defined under the "Modality LUT Module".
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code