IMetricSetServiceAddAllElements Method |
Adds all the compatible elements from the underlying
IAnalysisStructure to the specified placement axis, 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 AddAllElements(
MetricSet metricSet,
PlacementPosition placement
)
Sub AddAllElements (
metricSet As MetricSet,
placement As PlacementPosition
)
void AddAllElements(
MetricSet^ metricSet,
PlacementPosition placement
)
abstract AddAllElements :
metricSet : MetricSet *
placement : PlacementPosition -> unit
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The MetricSet to add the element to. - placement
- Type: Dundas.BI.Entities.MetricSetsPlacementPosition
The placement position where the elements are to be added to.
Exceptions See Also