Main Content

addNewBuildConfiguration

Class: matlabshared.targetsdk.Toolchain
Namespace: matlabshared.targetsdk

Add new build configuration to toolchain

Syntax

obj = addNewBuildConfiguration(h,configurationName)

Description

obj = addNewBuildConfiguration(h,configurationName) creates a new BuildConfiguration object, obj, with the Name property set to the string configurationName and adds the new object to the Toolchain object h.

An error is thrown if the new BuildConfiguration object cannot be created.

Input Arguments

expand all

Handle to the object representing the build configuration for a toolchain.

Name of the BuildConfiguration object, specified as a string.

Data Types: char

Output Arguments

expand all

Handle to the object representing the build configuration.

Version History

Introduced in R2015a