Enables or disables the Modality Lookup Table to be used in the
DicomImage
'Declaration
Public Property ModalityLUT As System.Short
'Usage
Dim instance As DicomImage
Dim value As System.Short
instance.ModalityLUT = value
value = instance.ModalityLUT
public System.short ModalityLUT {get; set;}
public read-write property ModalityLUT: System.Int16;
public function get,set ModalityLUT : System.short
public: __property System.short get_ModalityLUT();
public: __property void set_ModalityLUT(
System.short value
);
public:
property System.short ModalityLUT {
System.short get();
void set ( System.short value);
}
Property Value
The index of the modality lookup table to use
Target Platforms: .NET CLR 4.8 or higher
See Also