IMetricSetServiceRemoveStateGroup Method |
Removes the state group and then saves the metric set.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void RemoveStateGroup(
MetricSet metricSet,
Guid stateGroupId
)
Sub RemoveStateGroup (
metricSet As MetricSet,
stateGroupId As Guid
)
void RemoveStateGroup(
MetricSet^ metricSet,
Guid stateGroupId
)
abstract RemoveStateGroup :
metricSet : MetricSet *
stateGroupId : Guid -> unit
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set. - stateGroupId
- Type: SystemGuid
The state group ID.
Exceptions See Also