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: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
string Format()

Return Value

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