Click or drag to resize

DOTDumper Constructor (String, String, VCGFlags)

Initializes a new instance of the DOTDumper.

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

Parameters

filename
Type: SystemString
Destination file.
graphname
Type: SystemString
Name of the host graph.
flags
Type: de.unika.ipd.grGen.libGrVCGFlags
Flags to control the dumper's behavior.
Exceptions
ExceptionCondition
IOExceptionThrown when the destination cannot be created.
See Also