DataCubeTryGetHierarchy Method

Tries to get the requested IHierarchy by its unique name.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool TryGetHierarchy(
	string uniqueName,
	out IHierarchy hierarchy
)

Parameters

uniqueName  String
The unique name of the hierarchy.
hierarchy  IHierarchy
The hierarchy.

Return Value

Boolean
if the hierarchy was found; otherwise .

Implements

IAnalysisStructureTryGetHierarchy(String, IHierarchy)
See Also