Click or drag to resize

mxCodecGetId Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the ID of the specified object. This implementation calls reference first and if that returns null handles the object as an mxCell by returning their IDs using mxCell.getId. If no ID exists for the given cell, then an on-the-fly ID is generated using mxCellPath.create.

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

Parameters

obj
Type: SystemObject
Object to return the ID for.

Return Value

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