public string RescaleType {get; set;}
'Declaration
Public Property RescaleType As String
'Usage
Dim instance As DicomModalityLutAttributes
Dim value As String
instance.RescaleType = value
value = instance.RescaleType
public string RescaleType {get; set;}
public String getRescaleType()
public void setRescaleType(String value)
get_RescaleType();
set_RescaleType(value);
Object.defineProperty('RescaleType');
public:
property String^ RescaleType {
String^ get();
void set ( String^ value);
}
Property Value
Represents the value of the "Rescale Type" (0028,1054) element. This property is only defined when
IsRescaleSlopeIntercept is set to true.