Click or drag to resize
ExtensionMainLoadParameters Method
Loads parameters for the extension from a data file.

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
public abstract void LoadParameters(
	string dataFile,
	ICore modelCore
)

Parameters

dataFile
Type: SystemString
Path to the file with initialization data.
modelCore
Type: Landis.CoreICore
The model's core framework.
See Also