DefaultModalityLUT Property
In This Topic
Default value for the
ModalityLUT property
Syntax
'Declaration
Public Shared Property DefaultModalityLUT As System.Short
'Usage
Dim value As System.Short
DicomImage.DefaultModalityLUT = value
value = DicomImage.DefaultModalityLUT
public static System.short DefaultModalityLUT {get; set;}
public read-write property DefaultModalityLUT: System.Int16; static;
public static function get,set DefaultModalityLUT : System.short
public: __property static System.short get_DefaultModalityLUT();
public: __property static void set_DefaultModalityLUT(
System.short value
);
public:
static property System.short DefaultModalityLUT {
System.short get();
void set ( System.short value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also