Click or drag to resize

GRGExportEmitAttribute Method

Emits the attribute value as code for an attribute of the given type with the given value into the stream writer

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

Parameters

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