CalculateScope
Class in Arbor / Inherits from: object
Description
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.
Static Properties
| Property Name | Description | 
|---|---|
| hasScope | Returns whether it has a scope. | 
Static Methods
| Method Name | Description | 
|---|---|
| Begin | Begin scope. | 
| End | End scope. | 
| OpenScope | Open the scope. Used in the using statement. |