Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IInterpretedFunction
IInterpretedFunction Properties
Name
Description
ArgumentCount
Returns the number of calling arguments that have been added to the function
Argument[Integer]
Returns the argument value at the specified index, the argument value specifies the type of the argument (local variable (dtAtom), variable (dtVariable), or multivariable (dtMultiVariable)) and the name of the variable
Order
Special property needed by the IECS... do not touch
StatementCount
Returns the number of statements (actions and values) in the interpreted function
Statement[Integer]
Returns the action or value at the specified index. Statements act as the "code" of the interpreted function
Top