Open this page in the API Guide

MetricSet.RemoveAnalysisElement Method

Removes the specified usage element.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void RemoveAnalysisElement(
	AnalysisElementUsage elementUsage
)

Parameters

elementUsage
Type: Dundas.BI.Entities.MetricSets.AnalysisElementUsage
The usage element.
Exceptions
ExceptionCondition
ArgumentNullExceptionelementUsage is null.
ArgumentExceptionelementUsage does not belong to the current instance.
See Also