Click or drag to resize

mxCodecRegistryAddNamespace Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the given namespace to the list of known namespaces.

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

Parameters

ns
Type: SystemString
Name of the namespace to be added.
See Also