Click or drag to resize

IPlaneMethodDesignExecutePlaneMethod Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Executes the plane method, invoking contained functions according to the settings

Namespace:  imbNLP.Toolkit.Planes.Core
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
IPlaneContext ExecutePlaneMethod(
	IPlaneContext inputContext,
	PlanesMethodContext generalContext,
	ILogBuilder logger
)

Parameters

inputContext
Type: imbNLP.Toolkit.Planes.CoreIPlaneContext
The input context - related to this plane.
generalContext
Type: imbNLP.Toolkit.PlanesPlanesMethodContext
General execution context, attached to the PlanesMethodDesign
logger
Type: ILogBuilder
The logger.

Return Value

Type: IPlaneContext
Retur
See Also