Click or drag to resize

BaseGraphChangingObjectAttribute Method

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

Parameters

obj
Type: de.unika.ipd.grGen.libGrIObject
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
changeType
Type: de.unika.ipd.grGen.libGrAttributeChangeType
newValue
Type: SystemObject
keyValue
Type: SystemObject

Implements

IGraphChangingObjectAttribute(IObject, AttributeType, AttributeChangeType, Object, Object)
See Also