IAnalysisStructureTryGetAnalysisElement Method

Tries to get the requested IAnalysisElement 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 TryGetAnalysisElement(
	string uniqueName,
	out IAnalysisElement element
)

Parameters

uniqueName
Type: SystemString
The unique name of the element.
element
Type: Dundas.BI.Data.MetadataIAnalysisElement
The analysis element.

Return Value

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