 | DebuggerSetLayoutOption Method |
Sets a layout option for the current layout in yComp.
Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic bool SetLayoutOption(
string optionName,
string optionValue
)
Parameters
- optionName String
- The name of the option.
- optionValue String
- The new value for the option.
Return Value
BooleanTrue, iff yComp did not report an error.
See Also