Click or drag to resize

IBasicGraphViewerClientSetLayoutOption 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#
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 a error message, if setting the option failed.
See Also