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