Click or drag to resize

DebuggerSetLayoutOption Method

Sets a layout option for the current layout in yComp.

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public bool SetLayoutOption(
	string optionName,
	string optionValue
)

Parameters

optionName  String
The name of the option.
optionValue  String
The new value for the option.

Return Value

Boolean
True, iff yComp did not report an error.
See Also