Click or drag to resize

GraphViewerClientAnnotateElement Method

Annotates the given element with the given string in double angle brackets

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public void AnnotateElement(
	IGraphElement elem,
	string annotation
)

Parameters

elem
Type: de.unika.ipd.grGen.libGrIGraphElement
The element to be annotated
annotation
Type: SystemString
The annotation string or null, if the annotation is to be removed
See Also