|
Navigation: Object Model Reference > Builder Object > StartEx Method |
![]() ![]()
|
Starts or continues a build, with extended options.
Syntax
builder.StartEx(ByVal launchType As BuildLaunchTypeEnum, ByVal stepType As StepTypeEnum = -1, ByVal startIndex As Long = -1, Optional ByVal selSteps As Variant)
Arguments
builder
Builder object
launchType
How the build is being launched.
stepType
Type of steps to start building. If -1 is passed, the build is started or continued from the current position.
startIndex
Index to set the current build position to. If -1 is passed, the build is started/continued from the current build position.
selSteps
Array of Long values containing one or more selection ranges (first and last step index) to be built. If not passed, all checked steps are evaluated for building.
See Also
Applies to Builder object