Click or drag to resize

mxCodecRegistryAddAlias Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an alias for mapping a classname to a codecname.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static void AddAlias(
	string classname,
	string codecname
)
Request Example View Source

Parameters

classname
Type: SystemString
codecname
Type: SystemString
See Also