CubePerspectiveGetAnalysisElement Method

Gets the requested IAnalysisElement by its unique name.

Namespace:  Dundas.BI.Entities.CubePerspectives
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IAnalysisElement GetAnalysisElement(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The unique name of the element.

Return Value

Type: IAnalysisElement
The analysis element.

Implements

IAnalysisStructureGetAnalysisElement(String)
Exceptions
ExceptionCondition
NotFoundExceptionuniqueName is or Empty or an element with the specified uniqueName cannot be found.
See Also