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.1
Syntax
C#
public static void EmitAttribute(
	AttributeType attrType,
	Object value,
	INamedGraph graph,
	StreamWriter sw
)

Parameters

attrType  AttributeType
 
value  Object
 
graph  INamedGraph
 
sw  StreamWriter
 
See Also