 | 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.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static long Uniqueof(
Object entity,
IGraph graph
)
Parameters
- entity
- Type: SystemObject
- graph
- Type: de.unika.ipd.grGen.libGrIGraph
Return Value
Type:
Int64
See Also