TK.IsTagDevicePointPrimaryStation Method

Returns whether tag is using Device Node PrimaryStation or BackupStation
Public Shared Function IsTagDevicePointPrimaryStation( _ 
ByVal tagName As String, _ 
ByVal devicePoint As String
) As Boolean
This language is not supported or no code example is available.
public static bool IsTagDevicePointPrimaryStation( 
string tagName
string devicePoint 
)
This language is not supported or no code example is available.

Parameters

tagName
string

Tag name

devicePoint
string

Tag DevicePoint value

Return Value

bool

True (PrimaryStation) or False (BackupStation)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition