Click or drag to resize

DOTDumper(String, String, VCGFlags) Constructor

Initializes a new instance of the DOTDumper.

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

Parameters

filename  String
Destination file.
graphname  String
Name of the host graph.
flags  VCGFlags
Flags to control the dumper's behavior.
Exceptions
ExceptionCondition
IOExceptionThrown when the destination cannot be created.
See Also