Click or drag to resize

GrShellImplDebugOnSetAttributes Method

Namespace:  de.unika.ipd.grGen.grShell
Assembly:  libGrShell (in libGrShell.dll) Version: GrGen.NET 7.2
Syntax
C#
public void DebugOnSetAttributes(
	GrGenType graphElemType,
	bool only,
	string elemName,
	bool break_,
	SequenceExpression if_
)

Parameters

graphElemType
Type: de.unika.ipd.grGen.libGrGrGenType
only
Type: SystemBoolean
elemName
Type: SystemString
break_
Type: SystemBoolean
if_
Type: de.unika.ipd.grGen.libGrSequenceExpression
See Also