Click or drag to resize

IGraphModelAsGraph Method

Called during debugging on user request, the implementation must return a named graph 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 return graph must be of the same model as the graph handed in. The named graph is meant for display in the debugger, to visualize the internal structure of some attribute type. This way you can graphically inspect your own data types which are opaque to GrGen with its debugger.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
INamedGraph AsGraph(
	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: INamedGraph
See Also