Click or drag to resize

BaseGraphChangingSetAttributeRemoveElement Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void ChangingSetAttributeRemoveElement(
	IGraph graph,
	IAttributeBearer owner,
	AttributeType attrType,
	Object valueToRemove
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
owner
Type: de.unika.ipd.grGen.libGrIAttributeBearer
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
valueToRemove
Type: SystemObject
See Also