Main Content
setMacro
Class: coder.make.BuildItem
Namespace: coder.make
Set macro name of build item
Syntax
h.setMacro(blditm_macroname)
Description
sets the macro name of an existing build item.h
.setMacro(blditm_macroname
)
Input Arguments
Examples
bi = coder.make.BuildItem('bldtmvalue')
bi = Macro : (empty) Value : bldtmvalue
bi.setMacro('BIMV2');
bi.getMacro
ans = BIMV2
Version History
Introduced in R2013a