Gets or sets the value which indicates that the instrument size is not changed.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public bool IsFixed { get; set; }
Visual Basic (Declaration)
Public Property IsFixed As Boolean
Visual C++
public:
property bool IsFixed {
	bool get ();
	void set (bool value);
}

See Also