NumberOfContrastFrames Property
In This Topic
Specifies the number of contrast frames to average together before performing the mask operation
Syntax
'Declaration
Public Property NumberOfContrastFrames As System.Integer
'Usage
Dim instance As DicomMaskRange
Dim value As System.Integer
instance.NumberOfContrastFrames = value
value = instance.NumberOfContrastFrames
public System.int NumberOfContrastFrames {get; set;}
public read-write property NumberOfContrastFrames: System.Integer;
public function get,set NumberOfContrastFrames : System.int
public: __property System.int get_NumberOfContrastFrames();
public: __property void set_NumberOfContrastFrames(
System.int value
);
public:
property System.int NumberOfContrastFrames {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also