Click or drag to resize

VCGDumperGetNodeShape Method

Gets the VCG string representation of a GrNodeShape object.

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

Parameters

shape  GrNodeShape
The GrNodeShape object.

Return Value

String
The VCG string representation of shape.
See Also