Click or drag to resize

BaseGraphChangingAttributeRemoveElement Method


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

Parameters

graph  IGraph
 
owner  IAttributeBearer
 
attrType  AttributeType
 
indexToRemove  Object
 
See Also