TK.ArraySize Method

Gets array size from tag
Public Shared Function ArraySize( _ 
ByVal tagName As String
) As Integer
This language is not supported or no code example is available.
public static int ArraySize( 
string tagName 
)
This language is not supported or no code example is available.

Parameters

tagName
string

Tag name

Return Value

int

Array size

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition