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 (26.2.0.1000)
Syntax
public void UpdateAttachedStructure(
	MetricSet metricSet
)

Parameters

metricSet  MetricSet
The metric set the notification is defined for.

Implements

IInteractionConditionUpdateAttachedStructure(MetricSet)
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is .
InvalidNotificationTargetExceptionmetricSet data retrieval format is RawData.
See Also