DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomQuery Class / CalculatedFrameList Property



In This Topic
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also