Initializes a new instance of the
Condition class.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Condition(
string name,
Properties properties,
AddIn addIn
)
Parameters
- name String
- The condition name.
- properties Properties
- The condition properties.
- addIn AddIn
- The add-in that owns the condition.
See Also