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.2
Syntax
C#
public bool SetLayoutOption(
	string optionName,
	string optionValue
)

Parameters

optionName
Type: SystemString
The name of the option.
optionValue
Type: SystemString
The new value for the option.

Return Value

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