Click or drag to resize

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)
Syntax
public abstract void set_is_active(
	Model model,
	bool flg
)

Parameters

model
Type: Karamba.ModelsModel
model that contains the element.
flg
Type: SystemBoolean
value to which the activation state shall be set.
See Also