Open this page in the API Guide

MetricSet.AddStateGroup Method (String, String)

Adds a new state group, linked to all the metric set measures.

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 StateGroup AddStateGroup(
	string groupName,
	string groupDescription
)

Parameters

groupName
Type: System.String
Name of the group.
groupDescription
Type: System.String
The group description.

Return Value

Type: StateGroup
The newly defined StateGroup.
See Also