VPDetectorIO ReadDetectorFromFile Method (TallyType, String)Virtual Photonics - VTS Library
Virtual Photonics
Reads Detector from file with default fileName (TallyType.ToString).

Namespace: Vts.MonteCarlo.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static IDetector ReadDetectorFromFile(
	TallyType tallyType,
	string folderPath
)

Parameters

tallyType
Type: Vts.MonteCarlo TallyType
TallyType of IDetector being read
folderPath
Type: OnlineSystem String
path string of folder where file to be read resides

Return Value

Type: IDetector
IDetector
See Also