Click or drag to resize

mxGraphModelCreateId Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new Id for the given cell and increments the global counter for creating new Ids.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public string CreateId(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell for which a new Id should be created.

Return Value

Type: String
Returns a new Id for the given cell.
See Also