IMetricSetServiceChangeElementPlacement Method  | 
 
            Changes the metric set element placement within the metric set, and saves the metric set.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid ChangeElementPlacement(
	MetricSet metricSet,
	string uniqueName,
	PlacementPosition placement
)
Sub ChangeElementPlacement ( 
	metricSet As MetricSet,
	uniqueName As String,
	placement As PlacementPosition
)
void ChangeElementPlacement(
	MetricSet^ metricSet, 
	String^ uniqueName, 
	PlacementPosition placement
)
abstract ChangeElementPlacement : 
        metricSet : MetricSet * 
        uniqueName : string * 
        placement : PlacementPosition -> unit 
Parameters
- metricSet
 - Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set. - uniqueName
 - Type: SystemString
The element unique name. - placement
 - Type: Dundas.BI.Entities.MetricSetsPlacementPosition
The new placement position. 
Exceptions
See Also