Assembly: Algo;
The ICalcBlockIteratorStubDimensionLinks interface is used to work with the collection of links between data source dimensions and data consumer dimensions.
ICalcBlockIteratorStubDimensionLinks
Property name | Brief description | |
Count | The Count property returns the number of links between data source dimensions and data consumer dimensions. | |
Item | The Item property returns the link 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: