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 )
ObjectiveC Syntax
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 DicomVoiLutAttributes.LutExplanation with the value of the "LUT Explanation" (0028,3003) element, if it exists.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2