Navigation: Object Model Reference > Builder Object > Initialize Method |
|
Initializes the builder for building a project, or reinitialize the build position. Must be called before building.
Syntax
builder.Initialize(ByVal app As IApp = Nothing)
Arguments
builder
Builder object
app
Optional. When first initialized, a valid Application object must be passed to identify the application and project to build. To reinitialize the build position and clear the call stack, it can be called without parameters.
See Also
Applies to Builder object