MetricSetAddStateGroup(MeasureUsage, String, String) Method

Adds a new state group, linked to the specified measure.

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public StateGroup AddStateGroup(
	MeasureUsage measure,
	string groupName,
	string groupDescription
)

Parameters

measure  MeasureUsage
The measure usage information.
groupName  String
Name of the group.
groupDescription  String
The group description.

Return Value

StateGroup
The newly defined StateGroup.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasure is .
ArgumentExceptionmeasure does not belong to the current instance.
See Also