Click or drag to resize

DOTDumperGetNodeShape Method

Gets the DOT string representation of a GrNodeShape object.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static string GetNodeShape(
	GrNodeShape shape
)

Parameters

shape
Type: de.unika.ipd.grGen.libGrGrNodeShape

Return Value

Type: String
See Also