Click or drag to resize

YCompClientSetLayoutOption Method

Sets a layout option of the current layouter of yComp.

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

Parameters

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

Return Value

String
"optionset\n", or an error message, if setting the option failed.

Implements

IBasicGraphViewerClientSetLayoutOption(String, String)
See Also