 | SimpleVariableSetPrefix Method |
Temporarily overrides the prefix text string for subsequent output operations.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxvoid SetPrefix(
string prefix
)
Sub SetPrefix (
prefix As String
)
Parameters
- prefix String
- The prefix text string to prepend to formatted output.
See Also