StateGroup Constructor (MeasureUsage, String, String) | 
 
            Initializes a new instance of the 
StateGroup class.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic StateGroup(
	MeasureUsage measure,
	string groupName,
	string groupDescription
)
Public Sub New ( 
	measure As MeasureUsage,
	groupName As String,
	groupDescription As String
)
public:
StateGroup(
	MeasureUsage^ measure, 
	String^ groupName, 
	String^ groupDescription
)
new : 
        measure : MeasureUsage * 
        groupName : string * 
        groupDescription : string -> StateGroupParameters
- measure
 - Type: Dundas.BI.Entities.MetricSetsMeasureUsage
The measure usage the group is attached to. - groupName
 - Type: SystemString
Name of the group. - groupDescription
 - Type: SystemString
The group description. 
Exceptions
RemarksThe constructor instantiate a state group that is directly linked to the specified measure.
See Also