SoVRDicomFileReaderSetFilenameList Method (String, Int32, Int32) |
Calls SetFilenameList(format, startIndex, endIndex, 1).
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
BooleanRemarks See Also