VPDetectorIO ReadDetectorFromFileInResources Method (TallyType, String, String)Virtual Photonics - VTS Library
Virtual Photonics
Reads Detector from file in resources using default name (TallyType.ToString).

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

public static IDetector ReadDetectorFromFileInResources(
	TallyType tallyType,
	string folderPath,
	string projectName
)

Parameters

tallyType
Type: Vts.MonteCarlo TallyType
TallyType of IDetector to be read
folderPath
Type: OnlineSystem String
path string of folder where file to be read resides
projectName
Type: OnlineSystem String
project name string where the file resides in resources

Return Value

Type: IDetector
IDetector
See Also