Open this page in the API Guide

DataProcess.GetAnalysisElementFromSource Method

Gets the analysis element that is generated from the source element.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IAnalysisElement GetAnalysisElementFromSource(
	Guid sourceStructureId,
	string sourceElement
)

Parameters

sourceStructureId
Type: System.Guid
The source structure ID.
sourceElement
Type: System.String
The source element name.

Return Value

Type: IAnalysisElement
The analysis element.
Exceptions
ExceptionCondition
ArgumentExceptionsourceStructureId is Empty or sourceElement is empty or null.
Remarks
When the target analysis element cannot be determined, a null is returned.
See Also