ModuleHistorian.GetNormalizedInfo Method
<ID("GetNormalizedInfo", (int)e.GetNormalizedInfo)> _
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)> _
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.
[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
)
This language is not supported or no code example is available.
Parameters
- tagNames
- string[]
Tag names
- tableNames
- string[]
Table names
- objIndexes
- int[]
Object indexes
- suffixTableName
- string[]
Suffixes table names
Return Value
boolFlag indicating success or fail