DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / DicomDataSet Constructor / DicomDataSet Constructor()






In This Topic
    DicomDataSet Constructor()
    In This Topic
    Creates an empty DicomDataSet
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New DicomDataSet()
    public DicomDataSet()
    public DicomDataSet(); 
    public function DicomDataSet();
    public: DicomDataSet();
    public:
    DicomDataSet();

    Return Value

    Remarks
    This is the constructor method.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also