Click or drag to resize

mxCodecLookup Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Hook for subclassers to implement a custom lookup mechanism for cell IDs. This implementation always returns null.

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

Parameters

id
Type: SystemString
ID of the object to be returned.

Return Value

Type: Object
Returns the object for the given ID.
See Also