GetSelectedNodeTag Method

Returns the node and tag name corresponding to the currently selected alarm.

Syntax

object.GetSelectedNodeTag(sNode, sTag)

Properties

The GetSelectedNodeTag method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

sNode

String. Returns the node name corresponding to the currently selected alarm.

sTag

String. Returns the tag name corresponding to the currently selected alarm.

Return Value

Boolean. True if an alarm is selected, False if no alarm is selected.

Remarks

If no alarm is selected, sNode and sTag are set to EMPTY.

 

Example

Applies To