Click or drag to resize

BaseGraphChangingAttributePutElement Method

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

Parameters

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