Click or drag to resize

DOTDumper(String, String) Constructor

Initializes a new instance of the DOTDumper with standard flags (VCGFlags.OrientBottomToTop).

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public DOTDumper(
	string filename,
	string graphname
)

Parameters

filename  String
Destination file.
graphname  String
Name of the host graph.
Exceptions
ExceptionCondition
IOExceptionThrown when the destination cannot be created.
See Also