 | IGraphGetGraphElement Method |
Gets the graph element for the given unique id.
Only available if the unique index was declared in the model.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIGraphElement GetGraphElement(
int unique
)
Parameters
- unique Int32
- The unique id of a graph element.
Return Value
IGraphElementThe graph element for the given unique id or null, if there is no graph element with this unique id.
See Also