The IDefIndicators interface is used to work with the collection of table area indicators.
IDefIndicators
The indicators collection can be obtained in the IDefTableArea.DefIndicators property.
| Property name | Brief description | |
| Count | The Count property returns the number of indicators in the collection. | |
| Item | The Item property returns parameters if indicator with the specified index. |
| Method name | Brief description | |
| AddItem | The AddItem method creates a new indicator. | |
| GetIndicatorByUnical | The GetIndicatorByUnical method returns parameters of indicator with the specified unique key. | |
| RemoveItem | The RemoveItem method removes indicator from the collection by unique key. | |
| SetIndicatorAsFilter | The SetIndicatorAsFilter method sets indicator with the specified unique key as a filter. | |
| Swap | The Swap method swaps two specified indicators. |
See also: