Click or drag to resize

mxGraphGetImageFromBundles Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Searches all bundles for the specified key and returns the value for the first match or null if the key is not found.

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

Parameters

key
Type: SystemString

Return Value

Type: String
See Also