Click or drag to resize

MSAGLClientChangeEdge Method

Sets the edge realizer of the given edge. If realizer is null, the realizer for the type of the edge is used.

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebuggerWindowsForms (in graphViewerAndSequenceDebuggerWindowsForms.dll) Version: GrGen.NET 7.2
Syntax
C#
public void ChangeEdge(
	string edgeName,
	string realizer
)

Parameters

edgeName
Type: SystemString
realizer
Type: SystemString

Implements

IBasicGraphViewerClientChangeEdge(String, String)
See Also