 | GraphHelperUniqueof Method |
Returns the unique if of the given entity (which might be a node, an edge, or a graph).
If the entity is null, the unique id of the graph is returned.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static long Uniqueof(
Object entity,
IGraph graph
)
Parameters
- entity Object
-
- graph IGraph
-
Return Value
Int64
See Also