Assembly: Fore;
The IForeMethods interface contains properties and methods used to work with collection of the custom methods.
IForeMethods
Custom methods contained in the collection will be available for use in:
function wizard in the Reports tool.
formula editor in the Calculation Algorithms tool.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of custom methods in the collection. |
![]() |
Item | The Item property returns method parameters by its index. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a custom method into the collection. |
![]() |
Clear | The Clear property clears the custom methods collection. |
![]() |
FindByKey | The FindByKey method searches the custom method in the collection by its key. |
![]() |
Remove | The Remove method removes a custom method from the collection by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes a custom method from the collection by its key. |
See also: