CineFramesToDisplay Property
In This Topic
The set of frames to display for cine modes
Syntax
'Declaration
Public Property CineFramesToDisplay As System.Integer()
'Usage
Dim instance As DicomImage
Dim value() As System.Integer
instance.CineFramesToDisplay = value
value = instance.CineFramesToDisplay
public System.int[] CineFramesToDisplay {get; set;}
public read-write property CineFramesToDisplay: System.array of Integer;
public function get,set CineFramesToDisplay : System.int[]
public: __property System.int[]* get_CineFramesToDisplay();
public: __property void set_CineFramesToDisplay(
System.int[][]* value
);
public:
property System.array<int>^ CineFramesToDisplay {
System.array<int>^ get();
void set ( System.array<int>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also