 | GRSImport Methods |
The GRSImport type exposes the following members.
Methods | Name | Description |
---|
  | Import(String, IBackend, IActions) |
Imports the given graph from a file with the given filename.
Any errors will be reported by exception.
|
  | Import(String, IBackend, IGraphModel, IActions) |
Imports the given graph from a file with the given filename.
Any errors will be reported by exception.
|
  | Import(String, String, IBackend, IActions) |
Imports the given graph from a file with the given filename.
Any errors will be reported by exception.
|
  | Import(TextReader, Int64, IBackend, IGraphModel, IActions) |
Imports the given graph from the given text reader input stream.
Any errors will be reported by exception.
|
  | Import(TextReader, Int64, String, IBackend, IActions) |
Imports the given graph from the given text reader input stream.
Any errors will be reported by exception.
|
  | Scan | |
  | TryScan | |
Top
See Also