Get normalized info
Namespace:
T.Modules.Historian
Assembly: T.Modules (in T.Modules.dll)
Public Function GetNormalizedInfo( _
ByVal tagNames As String(), _
ByRef tableNames As String(), _
ByRef objIndexes As Integer(), _
ByRef suffixTableName As String() _
) As Boolean
This language is not supported or no code example is available.
public bool GetNormalizedInfo(
string[] tagNames,
out string[] tableNames,
out int[] objIndexes,
out string[] suffixTableName
)
This language is not supported or no code example is available.
Parameters
-
tagNames
-
Type: string[]
Tag names
-
tableNames
-
Type: string[]
Table names
-
objIndexes
-
Type: int[]
Object indexes
-
suffixTableName
-
Type: string[]
Suffixes table names
Return Value
Type:
bool
Flag indicating success or fail
.NET Framework
Supported in: 4.6.2, 4.7