Click or drag to resize

LGSPGraphAddEdgeWithoutEvents Method

Adds an existing edge to this graph. The graph may not already contain the edge! The edge may not be connected to any other elements! Intended only for undo, clone, retyping and internal use!

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void AddEdgeWithoutEvents(
	LGSPEdge edge,
	int typeid
)

Parameters

edge
Type: de.unika.ipd.grGen.lgspLGSPEdge
typeid
Type: SystemInt32
See Also