ModuleHistorian.GetNormalizedInfo Method

Get normalized info
[ID("GetNormalizedInfo", (int)e.GetNormalizedInfo)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] 
public bool GetNormalizedInfo( 
   string[] tagNames
   out string[] tableNames
   out int[] objIndexes
   out string[] suffixTableName 
)

Parameters

tagNames
string[]

Tag names

tableNames
string[]

Table names

objIndexes
int[]

Object indexes

suffixTableName
string[]

Suffixes table names

Return Value

bool

Flag indicating success or fail

.NET Framework

Supported in: 4.8

In this article

Definition