MetricSetAddStateGroup 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 (24.3.0.1000)
Syntax public StateGroup AddStateGroup(
string groupName,
string groupDescription
)
Public Function AddStateGroup (
groupName As String,
groupDescription As String
) As StateGroup
public:
StateGroup^ AddStateGroup(
String^ groupName,
String^ groupDescription
)
member AddStateGroup :
groupName : string *
groupDescription : string -> StateGroup
Parameters
- groupName
- Type: SystemString
Name of the group. - groupDescription
- Type: SystemString
The group description.
Return Value
Type:
StateGroupThe newly defined
StateGroup.
See Also