IMetricSetServiceRemoveCustomHierarchyGroup 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.3.0.1000)
Syntaxvoid RemoveCustomHierarchyGroup(
	MetricSet metricSet,
	string groupUniqueName
)
Sub RemoveCustomHierarchyGroup ( 
	metricSet As MetricSet,
	groupUniqueName As String
)
void RemoveCustomHierarchyGroup(
	MetricSet^ metricSet, 
	String^ groupUniqueName
)
abstract RemoveCustomHierarchyGroup : 
        metricSet : MetricSet * 
        groupUniqueName : string -> unit 
Parameters
- metricSet
 - Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set. - groupUniqueName
 - Type: SystemString
The unique name of the virtual hierarchy member used to replace the group members. 
Exceptions
See Also