Click or drag to resize

YCompClientClearNodeAttribute Method

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

Parameters

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

Implements

IBasicGraphViewerClientClearNodeAttribute(String, String, String, String)
See Also