CalculatedFrameList Property
Specify the list of frames (by triplets with the starting frame, ending frame and frame step) for Frame Level
Retrival
public System.int[] CalculatedFrameList {get; set;}
public read-write property CalculatedFrameList: System.array of Integer;
public function get,set CalculatedFrameList : System.int[]
public: __property System.int[]* get_CalculatedFrameList();
public: __property void set_CalculatedFrameList(
System.int[][]* value
);
public:
property System.array<int>^ CalculatedFrameList {
System.array<int>^ get();
void set ( System.array<int>^ value);
}
'Declaration
Public Property CalculatedFrameList As System.Integer()
'Usage
Dim instance As DicomQuery
Dim value() As System.Integer
instance.CalculatedFrameList = value
value = instance.CalculatedFrameList
Target Platforms: .NET CLR 4.8 or higher