MetricSetRemoveStateGroup Method |
Removes the state group.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void RemoveStateGroup(
StateGroup group
)
Public Sub RemoveStateGroup (
group As StateGroup
)
public:
void RemoveStateGroup(
StateGroup^ group
)
member RemoveStateGroup :
group : StateGroup -> unit Parameters
- group StateGroup
- The group.
Exceptions
See Also