Click or drag to resize

GrShellImplSetElementAttributeIndexed Method

Namespace:  de.unika.ipd.grGen.grShell
Assembly:  libGrShell (in libGrShell.dll) Version: GrGen.NET 7.2
Syntax
C#
public void SetElementAttributeIndexed(
	IAttributeBearer owner,
	string attrName,
	string val,
	Object index
)

Parameters

owner
Type: de.unika.ipd.grGen.libGrIAttributeBearer
attrName
Type: SystemString
val
Type: SystemString
index
Type: SystemObject
See Also