 | 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.2
Syntaxpublic 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 an error message, if setting the option failed.
Implements
IBasicGraphViewerClientSetLayoutOption(String, String)
See Also