Dimensions > Dimensions Assembly Interfaces > IDimAdditionalHierarchies
Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimAdditionalHierarchies interface is used to work with additional alternative hierarchies.
IDimAdditionalHierarchies
To get object of this type, use the IDimSelection.AdditionalHierarchies property.
Property name | Brief description | |
![]() |
Count | The Count property returns number of additional alternative hierarchies in collection. |
![]() |
Item | The Item property returns additional alternative hierarchy by its index. |
Method name | Brief description | |
![]() |
Add | The Add method adds additional alternative hierarchy in dimension. |
![]() |
Clear | The Clear method clears collection of additional alternative hierarchies. |
![]() |
CopyFrom | The CopyFrom method copies collection of additional hierarchies from one dimension to another. |
![]() |
FidById | The FidById method searches additional alternative hierarchy by its identifier. |
![]() |
FindByAllColl | The FindByAllColl method searches additional alternative hierarchy by its key in all collections. |
![]() |
FindByKey | The FindByKey method searches additional alternative hierarchy by its key. |
![]() |
Remove | The Remove method removes additional alternative hierarchy by its index. |
![]() |
RemoveById | The RemoveById method removes additional alternative hierarchy by its identifier. |
![]() |
RemoveByKey | The RemoveByKey method removes additional alternative hierarchy by its key. |
See also: