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.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid 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 MetricSet
- The MetricSet to add the element to.
- placement PlacementPosition
- The placement position where the elements are to be added to.
Exceptions
See Also