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



In This Topic
    FrameSubSets Method
    In This Topic
    Generates a collection of DicomDataSets each representing a frame as specified in Frames
    Syntax
    'Declaration
     
    
    Public Function FrameSubSets( _
       ByVal Frames As IEnumerable(Of UInteger) _
    ) As DicomDataSetCollection
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Frames As IEnumerable(Of UInteger)
    Dim value As DicomDataSetCollection
     
    value = instance.FrameSubSets(Frames)

    Parameters

    Frames
    Requested frame numbers

    Return Value

    DicomDataSetCollection that includes the requested frames
    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