NOTE: This method is now obsolete.



Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Sub setCharmaps( _ 
   ByVal charmaps As String() _ 
)
C#
void setCharmaps(
   string[] charmaps
)
C++
void setCharmaps(
   array<String>^ charmaps
) abstract 
J#
void setCharmaps(
   string[] charmaps
)
JScript
function setCharmaps(
   charmaps : String[]
)

See Also