Click or drag to resize

IncrementalVariableFormat Method

Formats and returns the current incremented value, then advances to the next value for the next call. Each successive call outputs the value increased by the step increment.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
string Format()

Return Value

String
The formatted text string representation of the current incremented value.
See Also