| SoVRDicomFileReaderSetFilenameList Method (IListString) | 
Specifies the list of a DICOM files to load.
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic int SetFilenameList(
	IList<string> filenameList
)
Public Function SetFilenameList ( 
	filenameList As IList(Of String)
) As Integer
public:
int SetFilenameList(
	IList<String^>^ filenameList
)
member SetFilenameList : 
        filenameList : IList<string> -> int 
Parameters
- filenameList
 - Type: System.Collections.GenericIListString
 
Return Value
Type: 
Int320 if successful.
Remarks
Specifies the list of a DICOM files to load.
See Also