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.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public 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 Model
- model that contains the element.
- flg Boolean
- value to which the activation state shall be set.