ApplicableFrames Property
In This Topic
Specifies the frame ranges where mask operation is valid
Syntax
'Declaration
Public Property ApplicableFrames As System.Integer()
'Usage
Dim instance As DicomMaskRange
Dim value() As System.Integer
instance.ApplicableFrames = value
value = instance.ApplicableFrames
public System.int[] ApplicableFrames {get; set;}
public read-write property ApplicableFrames: System.array of Integer;
public function get,set ApplicableFrames : System.int[]
public: __property System.int[]* get_ApplicableFrames();
public: __property void set_ApplicableFrames(
System.int[][]* value
);
public:
property System.array<int>^ ApplicableFrames {
System.array<int>^ get();
void set ( System.array<int>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also