VPDatabaseWriterFactory GetSurfaceVirtualBoundaryDatabaseWriters Method Virtual Photonics - VTS Library
Virtual Photonics
Static method to provide a list of PhotonDatabaseWriters. It calls the method to instantiate one PhotonDatabaseWriter, GetSurfaceVirtualBoundaryDatabaseWriter, for all elements in the list of virtual boundary DatabaseType.

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

public static IList<PhotonDatabaseWriter> GetSurfaceVirtualBoundaryDatabaseWriters(
	IList<DatabaseType> databaseTypes,
	string filePath,
	string outputName
)

Parameters

databaseTypes
Type: OnlineSystem.Collections.Generic IList DatabaseType 
list of database types
filePath
Type: OnlineSystem String
path string for database output
outputName
Type: OnlineSystem String
name string of output

Return Value

Type: OnlineIList PhotonDatabaseWriter 
a list of PhotonDatabaseWriter
See Also