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