Click or drag to resize

ModelShellset_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: 1.0.0.0 (1.0.0.0)
Syntax
public override 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