Click or drag to resize

IGraphChangedNodeAttribute Method

Fires an OnChangedNodeAttribute 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.1
Syntax
C#
void ChangedNodeAttribute(
	INode node,
	AttributeType attrType
)

Parameters

node  INode
The node whose attribute was changed.
attrType  AttributeType
The type of the attribute changed.
See Also