Assembly: Algo;
The ICalcObjects interface is used to work with the collection of calculation algorithm objects.
ICalcObjects
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 | |
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 property refreshes the specified object in the collection. |
See also: