Assembly: Algo;
The IVariableStubsIn interface is used to add and remove calculation block or control block data source.
IVariableStubsIn
Property name | Brief description | |
Count | The Count property returns the number of data sources in block. | |
Item | The Item property returns the data source by index. |
Method name | Brief description | |
Add | The Add method adds a data source. | |
Remove | The Remove method removes the specified data source. | |
RemoveByKey | The RemoveByKey removes data source by key. |
Method name | Brief description | |
FindByKey | The FindByKey method searches for data source in the collection by key. |
See also: