Click or drag to resize

BaseGraphChangingSetAttributePutElement Method


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

Parameters

graph  IGraph
 
owner  IAttributeBearer
 
attrType  AttributeType
 
value  Object
 
See Also