SiDicomDataSetClone Method |
Create a clone of the current data set.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SiDicomDataSet Clone()
Public Function Clone As SiDicomDataSet
public:
SiDicomDataSet^ Clone()
member Clone : unit -> SiDicomDataSet
Return Value
Type:
SiDicomDataSeta newly created DICOM data set, that must be deleted by the caller.
Remarks See Also