Click or drag to resize

IGraphChangedEdgeAttribute Method

Fires an OnChangedEdgeAttribute event. For debugging, won't be automatically called in case of -nodebugevents, attribute change rollback is based on the pre-events.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void ChangedEdgeAttribute(
	IEdge edge,
	AttributeType attrType
)

Parameters

edge
Type: de.unika.ipd.grGen.libGrIEdge
The edge whose attribute was changed.
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
The type of the attribute changed.
See Also