Click or drag to resize

YCompClientSetNodeAttribute Method


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

Parameters

name  String
 
ownerTypeName  String
 
attrTypeName  String
 
attrTypeString  String
 
attrValueString  String
 

Implements

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