MoveNextPen
- Last UpdatedDec 08, 2015
- 1 minute read
The MoveNextPen method sets the current pen focus to the next pen in the list of trended attributes or tags. If the current pen is the last pen, calling the MoveNextPen method sets the first pen as the current pen.
Example
dim b as boolean;
b = Trend1.MoveNextPen();
Syntax
[Result=] Trend1.MoveNextPen();
Parameters
None.
Return Value
Returns TRUE if the current pen focus was successfully set to the next pen (or wrapped around to the first pen in the list); otherwise, returns FALSE.