Algo > Algo Assembly Interfaces > ICalcBlockIteratorStubDimensionLinks
Assembly: Algo;
The ICalcBlockIteratorStubDimensionLinks interface is used to work with the collection of links between data source dimension and data consumer dimension.
ICalcBlockIteratorStubDimensionLinks
Property name | Brief description | |
![]() |
Count | The Count property returns the number of links between data source dimension and data consumer dimension. |
![]() |
Item | The Item property returns the links between data source dimension and data consumer dimension by index. |
Method name | Brief description | |
![]() |
Add | The Add method adds a new link between data source dimension and data consumer dimension. |
![]() |
Remove | The Remove method removes the specified link between data source dimension and data consumer dimension. |
![]() |
RemoveAt | The RemoveAt method removes the link between data source dimension and data consumer dimension by index. |
See also: