Visual Basic (Declaration) | |
---|---|
Public Function GetModalityLutData() As Integer() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int[] GetModalityLutData() |
C++/CLI | |
---|---|
public: array<int>^ GetModalityLutData(); |
Return Value
This method returns an integer array which represents the "LUT Data".For an example, refer to DicomDataSet.GetModalityLutAttributes.
This method will retrieve the "LUT Data" (0028,3006) under the "Modality LUT Sequence"
(0028,3000), if the sequence exists in the Data Set.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family