OlapCubeTryGetAnalysisElement Method

Tries to get the requested IAnalysisElement by its unique name.

Namespace: Dundas.BI.Data.Metadata.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool TryGetAnalysisElement(
	string uniqueName,
	out IAnalysisElement element
)

Parameters

uniqueName  String
The unique name of the element.
element  IAnalysisElement
The analysis element.

Return Value

Boolean
if the element was found; otherwise .

Implements

IAnalysisStructureTryGetAnalysisElement(String, IAnalysisElement)
See Also