DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / FrameSubSets Method
Requested frame numbers






In This Topic
    FrameSubSets Method
    In This Topic
    Generates a collection of DicomDataSet each representing a frame as specified in Frames
    Syntax
    'Declaration
     
    
    Public Function FrameSubSets( _
       ByVal Frames As System.Collections.Generic.IEnumerable(Of UInteger) _
    ) As DicomDataSetCollection
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Frames As System.Collections.Generic.IEnumerable(Of UInteger)
    Dim value As DicomDataSetCollection
     
    value = instance.FrameSubSets(Frames)
    public DicomDataSetCollection FrameSubSets( 
       System.Collections.Generic.IEnumerable<uint> Frames
    )
    public function FrameSubSets( 
        Frames: System.Collections.Generic.IEnumerable
    ): DicomDataSetCollection; 
    public function FrameSubSets( 
       Frames : System.Collections.Generic.IEnumerable
    ) : DicomDataSetCollection;
    public: DicomDataSetCollection* FrameSubSets( 
       System.Collections.Generic.IEnumerable<uint>* Frames
    ) 
    public:
    DicomDataSetCollection^ FrameSubSets( 
       System.Collections.Generic.IEnumerable<uint>^ Frames
    ) 

    Parameters

    Frames
    Requested frame numbers

    Return Value

    Subset DicomDataSet that includes the requested frames
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also