Click or drag to resize

GRGExportExport Method

Overload List
  NameDescription
Protected methodExport(INamedGraph)
Public methodStatic memberExport(INamedGraph, StreamWriter)
Exports the given graph to the file given by the stream writer in grg format, i.e. as GrGen rule. Any errors will be reported by exception.
Public methodStatic memberExport(INamedGraph, String)
Exports the given graph to a GRG file with the given filename. Any errors will be reported by exception.
Top
See Also