GmlReader Constructor (IGraph, String) |
Create a new GML reader
Namespace:
Frontenac.Blueprints.Util.IO.GML
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic GmlReader(
IGraph graph,
string defaultEdgeLabel
)
Public Sub New (
graph As IGraph,
defaultEdgeLabel As String
)
public:
GmlReader(
IGraph^ graph,
String^ defaultEdgeLabel
)
new :
graph : IGraph *
defaultEdgeLabel : string -> GmlReader
Parameters
- graph
- Type: Frontenac.BlueprintsIGraph
the graph to load data into - defaultEdgeLabel
- Type: SystemString
the default edge label to be used if the GML edge does not define a label
See Also