 | GXLImport Methods |
The GXLImport type exposes the following members.
Methods | Name | Description |
---|
  | Import(String, IBackend, IGraphModel, IActions) |
Imports the first graph not being of type "gxl-1.0" from a GXL file
with the given filename.
Any errors will be reported by exception.
|
  | Import(String, String, IBackend, IActions) |
Imports the first graph not being of type "gxl-1.0" from a GXL file
with the given filename.
Any errors will be reported by exception.
|
  | Import(TextReader, IBackend, IGraphModel, IActions) |
Imports the first graph not being of type "gxl-1.0" from the given text reader input stream.
Any errors will be reported by exception.
|
  | Import(TextReader, String, IBackend, IActions) |
Imports the first graph not being of type "gxl-1.0" from the given text reader input stream.
Any errors will be reported by exception.
|
Top
See Also