| Visual Basic (Declaration) | |
|---|---|
Public Sub DeleteVoiLut() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomDataSet instance.DeleteVoiLut() | |
| C# | |
|---|---|
public void DeleteVoiLut() | |
| C++/CLI | |
|---|---|
public: void DeleteVoiLut(); | |
For an example, refer to VoiLutCount.
This method will delete the VOI LUT Sequence (0028,3010) and all the items under that sequence.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code