Class FileDotEngine
Default dot engine implementation, writes dot code to disk.
Inheritance
System.Object
FileDotEngine
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Graphviz
Assembly: QuikGraph.Graphviz.dll
Syntax
public sealed class FileDotEngine : 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
public 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 |
|