Click or drag to resize

GRSExportEmitAttribute Method

Emits the attribute value as code for an attribute of the given type with the given value into the stream writer Main graph context is needed to get access to the graph -> env dictionary.

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

Parameters

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