AnnotationConditionUpdateAttachedStructure Method |
Updates the structure the annotation monitors for notes on.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public void UpdateAttachedStructure(
MetricSet metricSet
)
Public Sub UpdateAttachedStructure (
metricSet As MetricSet
)
public:
virtual void UpdateAttachedStructure(
MetricSet^ metricSet
) sealed
abstract UpdateAttachedStructure :
metricSet : MetricSet -> unit
override UpdateAttachedStructure :
metricSet : MetricSet -> unit
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set the notification is defined for.
Implements
IInteractionConditionUpdateAttachedStructure(MetricSet)Exceptions See Also