Stat Assembly > Stat Assembly Interfaces > ISlTramoSeatsOutliersCollection
Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISlTramoSeatsOutliersCollection interface is used to work with a collection of outliers.
ISlTramoSeatsOutliersCollection
To determine, whether the outliers are accounted for, use the ISmTramoSeats.OutliersDetection proeprty.
Property name | Brief description | |
![]() |
The Count property returns the number of equations in a collection. | |
![]() |
The Item property returns the collection equation by the specified index. |
Method name | Brief description | |
![]() |
The Add method adds an equation to the collection. | |
![]() |
The Clear method clears all equations from the collection. | |
![]() |
The Remove method deletes the collection equation by the specified index. |
See also: