Click or drag to resize

GRSExportExport Method

Overload List
  NameDescription
Public methodStatic memberExport(INamedGraph, StreamWriter)
Exports the given graph to the file given by the stream writer in grs format. Any errors will be reported by exception.
Public methodStatic memberExport(INamedGraph, String)
Exports the given graph to a GRS file with the given filename. Any errors will be reported by exception.
Protected methodExport(INamedGraph, Boolean, DictionaryString, DictionaryString, String)
Public methodStatic memberExport(INamedGraph, StreamWriter, Boolean, DictionaryString, DictionaryString, String)
Exports the given graph to the file given by the stream writer in grs format. Any errors will be reported by exception.
Public methodStatic memberExport(INamedGraph, String, Boolean, DictionaryString, DictionaryString, String)
Exports the given graph to a GRS file with the given filename. Any errors will be reported by exception.
Top
See Also