public int[] GetVoiLutData(
int
)
'Declaration
Public Function GetVoiLutData( _
ByVal As Integer _
) As Integer()
'Usage
Dim instance As DicomDataSet
Dim index As Integer
Dim value() As Integer
value = instance.GetVoiLutData(index)
public int[] GetVoiLutData(
int index
)
public int[] getVoiLutData(int index)
function Leadtools.Dicom.DicomDataSet.GetVoiLutData(
index
)
public:
array<int>^ GetVoiLutData(
int
)
Parameters
- index
- The zero-based index of the VOI LUT whose data is required. According to the DICOM standard, one or more items could exist under one VOI LUT Sequence (0028,3010); use this index to specify the item from which to retrieve the "LUT Data".
Return Value
Buffer that contains the "LUT Data".