The VOI Lookup Table to be used to display the
DicomImage
'Declaration
Public Property VoiLUT As System.Short
'Usage
Dim instance As DicomImage
Dim value As System.Short
instance.VoiLUT = value
value = instance.VoiLUT
public System.short VoiLUT {get; set;}
public read-write property VoiLUT: System.Int16;
public function get,set VoiLUT : System.short
public: __property System.short get_VoiLUT();
public: __property void set_VoiLUT(
System.short value
);
public:
property System.short VoiLUT {
System.short get();
void set ( System.short value);
}
Property Value
The index of the VOI LUT to use for display
Target Platforms: .NET CLR 4.8 or higher
See Also