Fetches the data array for the specified Pen
Syntax
object.GetPenDataArrayExpNumPts, pVal, ppsa, pQual, pMilliseconds
Properties
The GetPenDataArrayEx 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. |
PMilliseconds |
Array of variants. An array containing the millisecond component of the timestamp for each point in the pen. |
Remarks
The Pen data array is a set of four arrays containing the value, time stamp (excluding milliseconds), quality, and millisecond component of the timestamp 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.