Click or drag to resize

IConditionIsValid Method

Returns true, when the condition is valid otherwise false.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsValid(
	Object? parameter
)

Parameters

parameter  Object

[Missing <param name="parameter"/> documentation for "M:Altaxo.AddInItems.ICondition.IsValid(System.Object)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.AddInItems.ICondition.IsValid(System.Object)"]

See Also