Navigation:  Object Model Reference > Builder Object >

StartEx Method

Previous pageReturn to chapter overviewNext page

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, or a Boolean value of True (-1) to build the specified step group (the step and all steps indented underneath it).  If not passed, all checked steps are evaluated for building.

 

See Also

 

Applies to Builder object