Click or drag to resize

mxStylesheetCodec Constructor (Object, String, String, DictionaryString, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new stylesheet codec for the given arguments.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxStylesheetCodec(
	Object template,
	string[] exclude,
	string[] idrefs,
	Dictionary<string, string> mapping
)
Request Example View Source

Parameters

template
Type: SystemObject
exclude
Type: SystemString
idrefs
Type: SystemString
mapping
Type: System.Collections.GenericDictionaryString, String
See Also