Click or drag to resize

mxCodecReference Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Hook for subclassers to implement a custom method for retrieving IDs from objects. This implementation always returns null.

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

Parameters

obj
Type: SystemObject
Object whose ID should be returned.

Return Value

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