Click or drag to resize

mxCodecRegistryGetCodec Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a codec that handles the given object, which can be an object instance or an XML node.

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

Parameters

name
Type: SystemString
C# type name.

Return Value

Type: mxObjectCodec
See Also