 | IBasicGraphViewerClientSetLayoutOption Method |
Sets a layout option of the current layouter of yComp.
Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxstring 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