MetricSetAddStateGroup(MeasureUsage, String, String) Method |
Adds a new state group, linked to the specified measure.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic StateGroup AddStateGroup(
MeasureUsage measure,
string groupName,
string groupDescription
)
Public Function AddStateGroup (
measure As MeasureUsage,
groupName As String,
groupDescription As String
) As StateGroup
public:
StateGroup^ AddStateGroup(
MeasureUsage^ measure,
String^ groupName,
String^ groupDescription
)
member AddStateGroup :
measure : MeasureUsage *
groupName : string *
groupDescription : string -> StateGroup Parameters
- measure MeasureUsage
- The measure usage information.
- groupName String
- Name of the group.
- groupDescription String
- The group description.
Return Value
StateGroupThe newly defined
StateGroup.
Exceptions
See Also