Contains the length of the smoothing filter
public System.int FilterLength {get; set;}
public read-write property FilterLength: System.Integer;
public function get,set FilterLength : System.int
public: __property System.int get_FilterLength();
public: __property void set_FilterLength(
System.int value
);
public:
property System.int FilterLength {
System.int get();
void set ( System.int value);
}
'Declaration
Public Property FilterLength As System.Integer
'Usage
Dim instance As DicomImage
Dim value As System.Integer
instance.FilterLength = value
value = instance.FilterLength
Target Platforms: .NET CLR 4.8 or higher