PresetIF.getMeta

Gets the value for an existing meta data tag. Meta data tag names can be something like e.g. "comment". Returned values need to be released when done.

interface PresetIF
int
getMeta
(
string name
,
string tag
,
out string value
)

Parameters

name string

preset name

tag string

meta data item name

value string

value. [out callee-allocates]

Return Value

Type: int

TRUE for success, FALSE if e.g. there is no preset with that name or no value for the given tag

Meta