Click or drag to resize

GRSExportEmitAttributeValue Method

Type needed for enum, otherwise null ok. Graph needed for node/edge, otherwise null ok. Main graph context needed to get access to the graph -> env dictionary for subgraph.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void EmitAttributeValue(
	MainGraphExportContext mainGraphContext,
	Object value,
	AttributeType type,
	INamedGraph graph,
	StreamWriter sw,
	StringBuilder deferredInits
)

Parameters

mainGraphContext
Type: de.unika.ipd.grGen.libGrMainGraphExportContext
value
Type: SystemObject
type
Type: de.unika.ipd.grGen.libGrAttributeType
graph
Type: de.unika.ipd.grGen.libGrINamedGraph
sw
Type: System.IOStreamWriter
deferredInits
Type: System.TextStringBuilder
See Also