Click or drag to resize

mxCodecRegistryRegister Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Registers a new codec and associates the name of the template constructor in the codec with the codec object. Automatically creates an alias if the codename and the classname are not equal.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static mxObjectCodec Register(
	mxObjectCodec codec
)
Request Example View Source

Parameters

codec
Type: imbSCI.Graph.MXGraph.iomxObjectCodec

Return Value

Type: mxObjectCodec
See Also