favGetDataClamp

AVVIEWER Subroutine: Gets the data clamp setting.

Module: USE AVVIEWER

Syntax

favGetDataClamp (hv, dataClamp, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

dataClamp
An output argument of type INTEGER(4). It returns TRUE if data clamp is enabled; otherwise, FALSE.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

See Remarks under favSetDataClamp.

See Also

favSetDataClamp