Open this page in the API Guide

IMetricSetService.RemoveCustomHierarchyGroup Method

Removes a custom group of hierarchy members.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void RemoveCustomHierarchyGroup(
	MetricSet metricSet,
	string groupUniqueName
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSets.MetricSet
The metric set.
groupUniqueName
Type: System.String
The unique name of the virtual hierarchy member used to replace the group members.
Exceptions
ExceptionCondition
ArgumentExceptiongroupUniqueName is null or Empty.
See Also