Click or drag to resize

GXLExportWriteGXLEdge Method

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

Parameters

fromid
Type: SystemString
toid
Type: SystemString
gxltype
Type: SystemString
attrs
Type: de.unika.ipd.grGen.libGrGXLExportAttr
See Also