Assembly: Algo;
The ICalcObjectsList interface is used to create a list of calculation algorithm objects.
ICalcObjectsList
Property name | Brief description | |
Count | The Count property returns the number of calculation algorithm objects. | |
Item | The Item property returns the calculation algorithm object by index. |
Method name | Brief description | |
Add | The Add method adds a calculation algorithm object. | |
Clear | The Clear method clears the calculation algorithm objects list. | |
Clone | The Clone method copies calculation algorithm objects. | |
FindByKey | The FindByKey method searches for object in the collection by key. | |
FindByMetaModelKey | The FindByMetaModelKey method searches for object in the collection by metamodel key. | |
IndexOf | The IndexOf method returns index of the specified object in the collection. | |
IsContain | The IsContain method returns whether the specified object is in the collection. | |
RefreshObject | The RefreshObject method refreshes the specified object in the collection. | |
Remove | The Remove removes calculation algorithm object. | |
Sort | The Sort method sorts a list using a comparer. |
See also: