In This Topic
Specify the list of single frames (by frame number) for Frame Level Retrival
Syntax
'Declaration
Public Property SimpleFrameList As System.Integer()
'Usage
Dim instance As DicomQuery
Dim value() As System.Integer
instance.SimpleFrameList = value
value = instance.SimpleFrameList
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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also