Main Content

getMacro

Class: coder.make.BuildItem
Namespace: coder.make

Get macro name of build item

Syntax

h.getMacro

Description

h.getMacro returns the macro name of an existing build item.

Input Arguments

expand all

BuildItem handle, specified as a coder.make.BuildItem object that contains an option value.

Example: bi

Examples

bi = coder.make.BuildItem('bldtmvalue')
bi = 

	Macro  : (empty)
	Value : bldtmvalue
bi.setMacro('BIMV2');
bi.getMacro
ans = 

	BIMV2

Version History

Introduced in R2013a