Click or drag to resize

MSAGLClientClearEdgeAttribute Method

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

Parameters

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

Implements

IBasicGraphViewerClientClearEdgeAttribute(String, String, String, String)
See Also