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