Returns a set of Pen information (time, value, quality) of the trend at the time where the Pen crosses the time cursor.
Syntax
object.GetTimeCursorInfo lPenNum, pDt, pfVal, pQuality
Properties
The GetTimeCursorInfo method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
lPenNum |
Integer. The index for the pen for which you want the time cursor information for. |
pDt |
Date. Returns the date represented when the pen crosses the time cursor. |
pfVal |
Double. Returns the value represented when the pen crosses the time cursor. |
pQuality |
Long. Returns the quality of the data represented when the pen crosses the time cursor. |