Click or drag to resize

ModelElementis_active Property

set/get activation state of the element. If inactive the element is removed from the statical model using the soft-kill approach. The fe-model needs to be rebuilt after manipulating this flag.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool is_active { get; set; }

Property Value

Type: Boolean
See Also