IMetricSetServiceSetupOtherGroupSettings Method  | 
 
            Creates an "Other" group settings for the current instance, using the specified measure. Any previous settings are cleared.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxOtherGroupSettings SetupOtherGroupSettings(
	MetricSet metricSet,
	string measureUniqueName,
	string hierarchyUniqueName
)
Function SetupOtherGroupSettings ( 
	metricSet As MetricSet,
	measureUniqueName As String,
	hierarchyUniqueName As String
) As OtherGroupSettings
OtherGroupSettings^ SetupOtherGroupSettings(
	MetricSet^ metricSet, 
	String^ measureUniqueName, 
	String^ hierarchyUniqueName
)
abstract SetupOtherGroupSettings : 
        metricSet : MetricSet * 
        measureUniqueName : string * 
        hierarchyUniqueName : string -> OtherGroupSettings 
Parameters
- metricSet
 - Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set. - measureUniqueName
 - Type: SystemString
The measure usage element unique name used in "Other" group analysis. - hierarchyUniqueName
 - Type: SystemString
The target hierarchy unique name for the group analysis. 
Return Value
Type: 
OtherGroupSettingsThe Other group settings instance.
Exceptions
See Also