Click or drag to resize

GXLExportWriteGXLEdge Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
protected void WriteGXLEdge(
	string fromid,
	string toid,
	string gxltype,
	params GXLExportAttr[] attrs
)

Parameters

fromid  String
 
toid  String
 
gxltype  String
 
attrs  GXLExportAttr
 
See Also