Home -> IRendererPlugin -> SetName

Description

The SetName method sets the stable renderer name used for programmatic identification.

Usage

virtual void SetName(const Marshal::In<std::string>& value) = 0;

Argument list

value [const Marshal::In<std::string>&]
The stable renderer name.

See also