|
ModelElementset_is_active Method
|
set activation state of element and synchronize it with fe-model. An extra fe-model-generation
step is not necessary. Is therefore fast.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic abstract void set_is_active(
Model model,
bool flg
)
Public MustOverride Sub set_is_active (
model As Model,
flg As Boolean
)
public:
virtual void set_is_active(
Model^ model,
bool flg
) abstract
abstract set_is_active :
model : Model *
flg : bool -> unit
Parameters
- model
- Type: Karamba.ModelsModel
model that contains the element. - flg
- Type: SystemBoolean
value to which the activation state shall be set.
See Also