Click or drag to resize
SuccessionMainInitializeSites Method
Initializes the site cohorts for the active sites.

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

Parameters

initialCommunities
Type: SystemString
Path to the file with initial communities' definitions.
initialCommunitiesMap
Type: SystemString
Path to the raster file showing where the initial communities are.
modelCore
Type: Landis.CoreICore

[Missing <param name="modelCore"/> documentation for "M:Landis.Core.SuccessionMain.InitializeSites(System.String,System.String,Landis.Core.ICore)"]

See Also