Click or drag to resize

DataTablesAggregationProcessDataIsTableNameMatching(String) Method

Determines whether the specified path matches the current table name filter.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IsTableNameMatching(
	string path
)

Parameters

path  String
The table path or name to test.

Return Value

Boolean
true if the path matches at least one filter pattern; otherwise, false.
See Also