Click or drag to resize

BaseGraphChangingEdgeAttribute Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public void ChangingEdgeAttribute(
	IEdge edge,
	AttributeType attrType,
	AttributeChangeType changeType,
	Object newValue,
	Object keyValue
)

Parameters

edge
Type: de.unika.ipd.grGen.libGrIEdge
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
changeType
Type: de.unika.ipd.grGen.libGrAttributeChangeType
newValue
Type: SystemObject
keyValue
Type: SystemObject

Implements

IGraphChangingEdgeAttribute(IEdge, AttributeType, AttributeChangeType, Object, Object)
See Also