Click or drag to resize

LGSPGraphGetGraphElement 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.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override IGraphElement GetGraphElement(
	int unique
)

Parameters

unique
Type: SystemInt32
The unique if of a graph element.

Return Value

Type: IGraphElement
The graph element for the given unique id or null, if there is no graph element with this unique id.

Implements

IGraphGetGraphElement(Int32)
See Also