Click or drag to resize

IGraphModelEmit Method

Called during debugging or emit writing, the implementation must return a string representation for the attribute. For attribute type object or a user defined type, which is treated as object. The attribute type may be null. The string is meant for consumption by humans, it does not need to be parseable.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
string Emit(
	Object attribute,
	AttributeType attrType,
	IGraph graph
)

Parameters

attribute
Type: SystemObject
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: String
See Also