 | DOTDumper Constructor (String, String) |
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.2
Syntaxpublic DOTDumper(
string filename,
string graphname
)
Parameters
- filename
- Type: SystemString
Destination file. - graphname
- Type: SystemString
Name of the host graph.
ExceptionsException | Condition |
---|
IOException | Thrown when the destination cannot be created. |
See Also