Click or drag to resize

EntityPlaneMethodDesignDeploySettings Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Prepares everything for operation

Namespace:  imbNLP.Toolkit.Planes
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public void DeploySettings(
	IPlaneSettings settings,
	ILogBuilder logger
)

Parameters

settings
Type: imbNLP.Toolkit.Planes.CoreIPlaneSettings
The settings.
logger
Type: ILogBuilder
The logger.

Implements

IPlaneMethodDesignDeploySettings(IPlaneSettings, ILogBuilder)
See Also