Command
QisLib_SetVectorFull

QisLib_SetVectorFull


Function:
	int QisLib_SetVectorFull(int OnOff);

Inputs:
	On/Off: _QIS_ON (On) or _QIS_OFF (Off)

Return:
	0 (always)

Errors: -

Description:
	- When turned on, only data (boundaries, paths, boxes) that is fully contained in the
	specified window are returned. Those which are partially contained will not be
	returned.
	- When set to off, data partially contained inside the window is also returned.
	- Texts, Arefs and Srefs are not affected and will be returned irrespective of this
	setting if their extents intersect with the specified window.
	- Default is off.
	- It works for QisLib_GetDataVector, QisLib_GetDisplayVector and QisLib_GetGDSII,
	QisLib_GetOASIS, QisLib_GetWindowInfo.

References:
QisLib_GetDataVector
QisLib_GetDisplayVector
QisLib_GetWindowInfo
QisLib_GetGDSII
QisLib_GetOASIS