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