SiDicomElementGetSequence Method |
Get the sequence contained in the element.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SiDicomSequence GetSequence()
Public Function GetSequence As SiDicomSequence
public:
SiDicomSequence^ GetSequence()
member GetSequence : unit -> SiDicomSequence
Return Value
Type:
SiDicomSequencea pointer to the sequence or NULL if the element has no sequence.
Remarks See Also