Open this page in the API Guide

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

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSets.MetricSet
The metric set the notification is defined for.

Implements

IInteractionCondition.UpdateAttachedStructure(MetricSet)
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is null.
InvalidNotificationTargetExceptionmetricSet data retrieval format is RawData.
See Also