NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function getCharMatchStrengths( _ ByVal fieldNo As Integer _ ) As Integer() |
C# |
---|
public abstract int[] getCharMatchStrengths( int fieldNo ) |
C++ |
---|
public: array<int>^ getCharMatchStrengths( int fieldNo ) abstract |
J# |
---|
public abstract int[] getCharMatchStrengths( int fieldNo ) |
JScript |
---|
public abstract
function getCharMatchStrengths( fieldNo : int ) : int[] |