VPFileIO ReadFromXMLInResources T  Method Virtual Photonics - VTS Library
Virtual Photonics
Reads data of a specified type from an XML file in resources

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

public static T ReadFromXMLInResources<T>(
	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
Type Parameters

T
Type of the data

Return Value

Type: T
The data as the specified type
See Also