Click or drag to resize

MSAGLClientSetLayoutOption Method

Sets a layout option of the current layouter of MSAGL.

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebuggerWindowsForms (in graphViewerAndSequenceDebuggerWindowsForms.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