|
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)
Syntaxpublic Model build(
bool soft_kill = true
)
Public Function build (
Optional soft_kill As Boolean = true
) As Model
public:
Model^ build(
bool soft_kill = true
)
member build :
?soft_kill : bool
(* Defaults:
let _soft_kill = defaultArg soft_kill true
*)
-> Model
Parameters
- soft_kill (Optional)
- Type: SystemBoolean
true if soft-kill procedure shall be applied.
Return Value
Type:
ModelAn feb-model.
See Also