Click or drag to resize

OffsetTransformationIsEditable Property

Gets a value indicating whether this instance is editable, i.e. contains methods to make new instances of this class with other behaviour.

Namespace: Altaxo.Data.Transformations
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsEditable { get; }

Property Value

Boolean
true if this instance is editable; otherwise, false.

Implements

IVariantToVariantTransformationIsEditable
See Also