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.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public abstract void set_is_active(
	Model model,
	bool flg
)

Parameters

model  Model
model that contains the element.
flg  Boolean
value to which the activation state shall be set.

See Also