Click or drag to resize

MapperFiltersClearExceptFlag Method

Clears all filters not having any of the specified FilterFlags set.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int ClearExceptFlag(
	FilterFlags flags
)

Parameters

flags
Type: NetQuarry.DataFilterFlags
The flags identifying items to not remove.

Return Value

Type: Int32
The number of filters removed.
See Also