PdcClockLine.OperationLineNo: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == OperationLineNo as long == Description == Returns or changes the operation's linenumber in the calculation == Notes == This property returns or changes th..."
 
No edit summary
Line 8: Line 8:
This property returns or changes the operation line number.
This property returns or changes the operation line number.
Only in case of a direct clock line this property can be filled.
Only in case of a direct clock line this property can be filled.
If the value of the line number does not exist in the calculation, a new operation is added to the calculation with the applied line number.
If the value of the line number does not exist in the calculation (anything other than 0!), a new operation is added to the calculation with the applied line number.


== Code example ==
== Code example ==

Revision as of 15:15, 15 November 2012

Declaration

OperationLineNo as long

Description

Returns or changes the operation's linenumber in the calculation

Notes

This property returns or changes the operation line number. Only in case of a direct clock line this property can be filled. If the value of the line number does not exist in the calculation (anything other than 0!), a new operation is added to the calculation with the applied line number.

Code example

Availability

Available since july 2008 (from version 3.8).