Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of executable lines of code for this node.
Syntax
public int AOTgetExecutableLineCount()
Run On
Called
Return Value
Type: int
The number of executable lines of code for this node if any; otherwise, zero.
Remarks
This function calls a method which is overridden by nodes which have source code.