Click or drag to resize

ModelBuilderFEbuild Method

Create a fe-model from a given model.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Model build(
	bool soft_kill = true
)

Parameters

soft_kill (Optional)
Type: SystemBoolean
true if soft-kill procedure shall be applied.

Return Value

Type: Model
An feb-model.
See Also