AnnotationConditionUpdateAttachedStructure Method |
Updates the structure the annotation monitors for notes on.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 MetricSet
- The metric set the notification is defined for.
Implements
IInteractionConditionUpdateAttachedStructure(MetricSet)
Exceptions
See Also