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

Parameters

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

Return Value

Type: String
"optionset\n", or a error message, if setting the option failed.
See Also