Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomDataSet Class : GetVoiLut Method |
public DicomVoiLutAttributes GetVoiLut( int index )
'Declaration
Public Function GetVoiLut( _ ByVal index As Integer _ ) As DicomVoiLutAttributes
'Usage
Dim instance As DicomDataSet Dim index As Integer Dim value As DicomVoiLutAttributes value = instance.GetVoiLut(index)
public DicomVoiLutAttributes GetVoiLut( int index )
public DicomVoiLutAttributes getVoiLut(int index)
function Leadtools.Dicom.DicomDataSet.GetVoiLut( index )
public: DicomVoiLutAttributes^ GetVoiLut( int index )
index is zero-based. If you pass 0, this method will populate DicomVoiLutAttributes with the values of the "LUT Descriptor"(0028,3002) under the first item in the "VOI LUT Sequence" and LutExplanation with the value of the "LUT Explanation" (0028,3003) element, if it exists.