DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSetCollection Class / MakeMultiFrame Method



In This Topic
    MakeMultiFrame Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function MakeMultiFrame( _
       ByVal Remove As Boolean _
    ) As DicomDataSet
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim Remove As Boolean
    Dim value As DicomDataSet
     
    value = instance.MakeMultiFrame(Remove)
    public DicomDataSet MakeMultiFrame( 
       bool Remove
    )
    public:
    DicomDataSet^ MakeMultiFrame( 
       bool Remove
    ) 

    Parameters

    Remove
    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