Main Content

deleteBuildConfiguration

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

Delete build configuration from toolchain

Syntax

deleteBuildConfiguration(h,buildConfigurationName)

Description

deleteBuildConfiguration(h,buildConfigurationName) deletes the BuildConfiguration object with the Name property set to the string buildConfigurationName, from the Toolchain object, h.

Input Arguments

expand all

Handle to the object representing the toolchain from which you are deleting the build configuration.

Name of the BuildConfiguration object to delete, specified as a string.

Data Types: char

Version History

Introduced in R2015a