Click or drag to resize

mxCodecRegistryGetName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the name that identifies the codec associated with the given instance. The I/O system uses unqualified classnames, eg. for a com.mxgraph.model.mxCell this returns mxCell.

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

Parameters

instance
Type: SystemObject
Instance whose node name should be returned.

Return Value

Type: String
Returns a string that identifies the codec.
See Also