DicomObjects.NET.8.48 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 System.Integer()
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value() As System.Integer
     
    instance.CalculatedFrameList = value
     
    value = instance.CalculatedFrameList
    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);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also