Command
QisLib_SetReferenceVectorFormat

QisLib_SetReferenceVectorFormat


Function:
	int QisLib_SetReferenceVectorFormat(int Format);

Inputs:
	Format: _QISRF_OFF(no reference data) or _QISRF_LONG(long format) or
	_QISRF_SHORT(short format)

Return:
	0 (always)

Errors: -

Description:
	- Controls how cell and array reference information is returned by 'Vector Data'
	functions such as QisLib_GetDataVector, QisLib_GetWindowInfo,
	Qislib_GetStructureTree etc.
	_QISRF_OFF: No cell/array references are returned by QisLib_GetDataVector,
	QisLib_GetDisplayVector, QisLib_GetWindowInfo, QisLib_GetVertexInfo and simillar
	functions. QisLib_GetStructureTree and QisLib_GetStructureReference still return
	cell/array references.
	_QISRF_LONG: sref(name, parent, insertion pt, magnitude, rotation, mirror flag, number
	of vertices, vertices) aref(name, parent, insertion pt, magnitude, rotation, mirror
	flag, Columns, Rows, number of vertices, vertices)
	_QISRF_SHORT: sref(name, insertion pt, magnitude, rotation, mirror flag) aref(name,
	insertion pt, magnitude, rotation, mirror flag)
	_QISRF_OFF affects QisLib_GetDataVector, QisLib_GetDisplayVector, QisLib_GetVertexInfo,
	QisLib_GetWindowInfo
	- Default setting is _QISRF_LONG.

References:
QisLib_GetDataVector
QisLib_GetDisplayVector
QisLib_GetWindowInfo
QisLib_GetVertexInfo
QisLib_GetStructureReferences
QisLib_GetStructureTree
_QISRF_OFF
_QISRF_LONG
_QISRF_SHORT
QisLib_CQisSAref