In This Topic
Specify if the DicomLabel is Interpolated
Syntax
'Declaration
Public Property IsInterpolated As System.Boolean
'Usage
Dim instance As DicomLabel
Dim value As System.Boolean
instance.IsInterpolated = value
value = instance.IsInterpolated
public System.bool IsInterpolated {get; set;}
public read-write property IsInterpolated: System.Boolean;
public function get,set IsInterpolated : System.boolean
public: __property System.bool get_IsInterpolated();
public: __property void set_IsInterpolated(
System.bool value
);
public:
property System.bool IsInterpolated {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also