GetPenDataArray Method

Fetches the data array for the specified Pen

Syntax

object.GetPenDataArraypNumPts, pVal, ppsa, pQual

Properties

The GetPenDataArray method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

pNumPts

Long. Number of array points.

pVal

Array of variants. An array of values for each point in the pen.

ppsa

Array of variants. An array of times for each point in the pen.

pQual

Array of variants. An array of qualities for each point in the pen.

Remarks

The Pen data array is a set of three arrays containing the value, time stamp, and quality information for each point. The array is ordered as drawn left to right, with the most recent data elements at the end of the array.

 

Example

Applies To