SiDicomElementClone Method |
Create a clone of the current element.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SiDicomElement Clone()
Public Function Clone As SiDicomElement
public:
SiDicomElement^ Clone()
member Clone : unit -> SiDicomElement
Return Value
Type:
SiDicomElementa newly created DICOM element, that must be deleted by the caller.
Remarks See Also