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






    FrameSubSets Method
    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)

    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