Navigation:  Object Model Reference > Builder Object >

Start Method

Previous pageReturn to chapter overviewNext page

Starts or continues a build.

 

Syntax

 

builder.Start(ByVal type As StepTypeEnum = -1, ByVal startIndex As Long = -1, ByVal count As Long = 0)

 

Arguments

 

builder

       Builder object

 

type

       Type of steps to start building.  If -1 is passed, the build is started or continued from the current position.

 

startIndex

       Index of step to start building.  If -1 is passed, the build is started/continued from the current index.

 

count

       Number of steps to build.  If 0 is passed, all checked steps are evaluated for building.

 

See Also

 

Applies to Builder object