 | 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
Syntaxpublic 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.
ExceptionsException | Condition |
---|
IOException | Thrown when the destination cannot be created. |
See Also