|
ModelMembraneIsActive Property
|
Gets or sets a value indicating whether the element is active. 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: 2.2.0.4 (2.2.0.4)
Syntaxpublic override bool IsActive { get; set; }
Public Overrides Property IsActive As Boolean
Get
Set
public:
virtual property bool IsActive {
bool get () override;
void set (bool value) override;
}
abstract IsActive : bool with get, set
override IsActive : bool with get, set
Property Value
Type:
Boolean
See Also