Click or drag to resize
SoVRDicomFileReaderSetFilenameList Method (IListString)
Specifies the list of a DICOM files to load.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int SetFilenameList(
	IList<string> filenameList
)

Parameters

filenameList
Type: System.Collections.GenericIListString

Return Value

Type: Int32
0 if successful.
Remarks
Specifies the list of a DICOM files to load.
See Also