Click or drag to resize

MSAGLClientSetNodeAttribute Method

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebuggerWindowsForms (in graphViewerAndSequenceDebuggerWindowsForms.dll) Version: GrGen.NET 7.2
Syntax
C#
public void SetNodeAttribute(
	string name,
	string ownerTypeName,
	string attrTypeName,
	string attrTypeString,
	string attrValueString
)

Parameters

name
Type: SystemString
ownerTypeName
Type: SystemString
attrTypeName
Type: SystemString
attrTypeString
Type: SystemString
attrValueString
Type: SystemString

Implements

IBasicGraphViewerClientSetNodeAttribute(String, String, String, String, String)
See Also