Command
QisLib_SetDisplayFilterSize

QisLib_SetDisplayFilterSize


Function:
	int QisLib_SetDisplayFilterSize(int SizeInPixel);

Inputs:
	SizeInPixel: Data smaller than SizeInPixel pixels is not processed.

Return: 0

Errors: -

Description:
	- All data smaller than the specified size in the current view will not be drawn or
	processed.
	- Use QisLib_SetStructureDisplayFilterSize to apply this setting to cell references.
	- SizeInPixel must be greater than or equal to 0. If SizeInPixel is 0, all data will
	be processed or drawn.
	- This command does not affect QisLib_GetDataVector but does affect
	QisLib_GetDisplayVector.
	- As we zoom in, the display size of the entities increases and thus will become
	visible when they become bigger than the specified display filter size.
	- The default size is 20 pixels.

References:
QisLib_SetStructureDisplayFilterSize
QisLib_GetDisplayVector
QisLib_SetDrawFilteredAreas