Click or drag to resize

mxObjectCodec Constructor (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new codec for the specified template object.

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

Parameters

template
Type: SystemObject
Prototypical instance of the object to be encoded/decoded.
See Also