Click or drag to resize
SiDicomElementClone Method

Create a clone of the current element.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SiDicomElement Clone()

Return Value

Type: SiDicomElement

a newly created DICOM element, that must be deleted by the caller.

Remarks

See Also