IAnalysisStructureTryGetHierarchy Method

Tries to get the requested IHierarchy by its unique name.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
bool TryGetHierarchy(
	string uniqueName,
	out IHierarchy hierarchy
)

Parameters

uniqueName
Type: SystemString
The unique name of the hierarchy.
hierarchy
Type: Dundas.BI.Data.MetadataIHierarchy
The hierarchy.

Return Value

Type: Boolean
if the hierarchy was found; otherwise .
See Also