SoVRDicomFileReaderSetFilenameList Method (IListString) |
Specifies the list of a DICOM files to load.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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