 | VCGDumper Constructor (String) |
Initializes a new instance of the VCGDumper with standard flags (VCGFlags.OrientBottomToTop) and the "Orthogonal" layouter.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic VCGDumper(
string filename
)
Parameters
- filename
- Type: SystemString
Destination file.
ExceptionsException | Condition |
---|
IOException | Thrown when the destination cannot be created. |
See Also