'Declaration
Public Function New( _ ByVal Original As DicomDataSet, _ ByVal Deep As System.Boolean _ )
'Usage
Dim Original As DicomDataSet Dim Deep As System.Boolean Dim instance As New DicomDataSet(Original, Deep)
public DicomDataSet( DicomDataSet Original, System.bool Deep )
public DicomDataSet( Original: DicomDataSet; Deep: System.Boolean );
public function DicomDataSet( Original : DicomDataSet, Deep : System.boolean );
public: DicomDataSet( DicomDataSet* Original, System.bool Deep )
public: DicomDataSet( DicomDataSet^ Original, System.bool Deep )
Parameters
- Original
The Original DicomDataSet object from which the new DicomDataSet is created.
- Deep
Boolean, indicates weather a Deep/Shallow clone of the Original DicomDataSet will be performed when creating the new DicomDataSet.