Home -> IRendererPlugin -> SetDisplayName
Description
The SetDisplayName method sets the human-readable renderer name shown to users.
Usage
virtual void SetDisplayName(const Marshal::In<std::string>& value) = 0;
Argument list
- value [const Marshal::In<std::string>&]
- The renderer display name.