VPDatabaseReader TDatabase, TElement  FromFileInResources Method Virtual Photonics - VTS Library
Virtual Photonics
Creates a database of generic type Time from a file in resources

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

public TDatabase FromFileInResources(
	string fileName,
	string projectName
)

Parameters

fileName
Type: OnlineSystem String
Name of the XML file to be read
projectName
Type: OnlineSystem String
Project name for the location of resources

Return Value

Type: TDatabase
a database of generic type Time
See Also