Interface IDotEngine
Represents a Dot engine runner.
Namespace: QuikGraph.Graphviz
Assembly: QuikGraph.Graphviz.dll
Syntax
public interface IDotEngine
Methods
| Improve this Doc View SourceRun(GraphvizImageType, String, String)
Runs the Dot engine using the given dot content and outputs
the result in given outputFilePath respecting imageType.
Declaration
string Run(GraphvizImageType imageType, string dot, string outputFilePath)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphvizImageType | imageType | Image type. |
| System.String | dot | Graph serialized using Dot language. |
| System.String | outputFilePath | Target file path. |
Returns
| Type | Description |
|---|---|
| System.String | Path to the saved result. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException |
|
| System.ArgumentException |
|