Click or drag to resize

IIdentifiableGetUniqueId Method

Gets the unique id of the graph element. Only available if unique ids for nodes and edges were declared in the model (or implicitely switched on by parallelization or the declaration of some index).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
int GetUniqueId()

Return Value

Type: Int32
The unique id (of the graph element).
See Also