DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WadoEventArgs Class / Frames Property






In This Topic
    Frames Property
    In This Topic
    The request frame list
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Frames As System.Integer()
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value() As System.Integer
     
    value = instance.Frames
    public System.int[] Frames {get;}
    public read-only property Frames: System.array of Integer; 
    public function get Frames : System.int[]
    public: __property System.int[]* get_Frames();
    public:
    property System.array<int>^ Frames {
       System.array<int>^ get();
    }
    Remarks
    If no frame list is specified (i.e. if all frames are requested), then this is null
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also