Click or drag to resize

mxObjectCodecGetName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the name used for the nodenames and lookup of the codec when classes are encoded and nodes are decoded. For classes to work with this the codec registry automatically adds an alias for the classname if that is different than what this returns. The default implementation returns the classname of the template class.

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

Return Value

Type: String
See Also