Click or drag to resize

ContainerHelperAssignAttributeIndexed Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void AssignAttributeIndexed(
	Object target,
	Object key,
	Object value,
	string attributeName,
	IGraph graph
)

Parameters

target  Object
 
key  Object
 
value  Object
 
attributeName  String
 
graph  IGraph
 
See Also