AVEVA OMI Software Developer Kit



The UIElement to be adorned with alarm-related information for the given reference.
The AlarmAdorner Reference associated with the specified UIElement.
SetReference Method
Contains either the fully qualified model hierarchy path for any type of node, or optionally an asset node's associated tagname or hierarchical name.

Setting this property to a non-blank string starts monitoring associated alarms. An adorner appears when required.

Setting this property to a null or empty string stops monitoring associated alarms (if no other adorners are monitoring the same asset), and removes the displayed adorner if it exists.

Syntax
'Declaration
 
<SuppressMessageAttribute("Microsoft.Design", 
   "CA1011:ConsiderPassingBaseTypesAsParameters", 
   Justification="Only UIElement can be adorned.")>
Public Shared Sub SetReference( _
   ByVal element As UIElement, _
   ByVal value As String _
) 
'Usage
 
Dim element As UIElement
Dim value As String
 
AlarmAdorner.SetReference(element, value)
[SuppressMessage("Microsoft.Design", 
   "CA1011:ConsiderPassingBaseTypesAsParameters", 
   Justification="Only UIElement can be adorned.")]
public static void SetReference( 
   UIElement element,
   string value
)
[SuppressMessage("Microsoft.Design", 
   "CA1011:ConsiderPassingBaseTypesAsParameters", 
   Justification="Only UIElement can be adorned.")]
public:
static void SetReference( 
   UIElement^ element,
   String^ value
) 

Parameters

element
The UIElement to be adorned with alarm-related information for the given reference.
value
The AlarmAdorner Reference associated with the specified UIElement.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also