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: 10.12.3.0 (10.12.3.0)
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