CalculatedFrameList Property
In This Topic
Specify the list of frames (by triplets with the starting frame, ending frame and frame step) for Frame Level
Retrival
Syntax
'Declaration
Public Property CalculatedFrameList As Integer()
'Usage
Dim instance As DicomQuery
Dim value() As Integer
instance.CalculatedFrameList = value
value = instance.CalculatedFrameList
public int[] CalculatedFrameList {get; set;}
public:
property array<int>^ CalculatedFrameList {
array<int>^ get();
void set ( array<int>^ value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also