Click or drag to resize

SignalPropagationGraph.IsFrozen Property

Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public virtual bool IsFrozen { get; }

Property Value

Type: Boolean

Implements

IFreezable.IsFrozen
See Also