Click or drag to resize

GmlWriter Constructor

Initializes a new instance of the GmlWriter class

Namespace:  Frontenac.Blueprints.Util.IO.GML
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public GmlWriter(
	IGraph graph
)

Parameters

graph
Type: Frontenac.BlueprintsIGraph
he Graph to pull the data from
See Also