CalculateScope

Class in Arbor / Inherits from: object

Scope of the calculator node. When the recalculation mode of a calculator node is scoped, it is used to improve performance by suppressing recalculations in the same scope as much as possible.

Property Name Description
hasScope Returns whether it has a scope.
Method Name Description
Begin Begin scope.
End End scope.
OpenScope Open the scope. Used in the using statement.