Class DgmlExporter
Denotes a helper class to export DDG nodes as DGML
Inherited Members
Namespace: NMF.Expressions.Debug
Assembly: NMF.Expressions.Debug.dll
Syntax
public class DgmlExporter
Methods
| Edit this page View SourceExport(INotifiable)
Generates a DGML document for the DDG rooted at the given element
Declaration
public static string Export(INotifiable root)
Parameters
Type | Name | Description |
---|---|---|
INotifiable | root | The rrot of the DDG |
Returns
Type | Description |
---|---|
string | The DGML document |