SetName

Description

Specifies the name of a scope result.

Prototype

APIs taking string arguments will be deprecated in future releases. Use APIs taking non-string arguments instead.

void SetName(const std::string &name);
void SetName(const char *name);

Parameters

Parameter

Input/Output

Description

name

Input

Scope result name

Returns

None

Restrictions

None