| SoVRDicomFileReaderSetFilenameList Method (String, Int32, Int32) | 
Calls SetFilenameList(format, startIndex, endIndex, 1).
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic bool SetFilenameList(
	string format,
	int startIndex,
	int endIndex
)
Public Function SetFilenameList ( 
	format As String,
	startIndex As Integer,
	endIndex As Integer
) As Boolean
public:
bool SetFilenameList(
	String^ format, 
	int startIndex, 
	int endIndex
)
member SetFilenameList : 
        format : string * 
        startIndex : int * 
        endIndex : int -> bool 
Parameters
- format
 - Type: SystemString
 - startIndex
 - Type: SystemInt32
 - endIndex
 - Type: SystemInt32
 
Return Value
Type: 
Boolean
Remarks
See Also