Home -> IDataArrayOutput -> SetArrayCaptureRegion

Description

The SetArrayCaptureRegion method specifies the region of the bound data array to capture, and whether any attached counter value should also be captured.

Usage

void SetArrayCaptureRegion(size_t captureEntryCount, size_t bufferOffset = 0, bool captureCounterValue = false);

Argument list

captureEntryCount [size_t]
The number of array entries to capture.
bufferOffset [size_t]
The first array entry to capture.
captureCounterValue [bool]
True to capture the attached counter value along with the data array contents.

See also