Click or drag to resize

mxUtilsEval Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates a Java expression to a class member using mxCodecRegistry. The range of supported expressions is limited to static class members such as mxEdgeStyle.ElbowConnector.

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

Parameters

expression
Type: SystemString

Return Value

Type: Object
See Also