PluginFeature.setFeatureName

Sets the name of a plugin feature. The name uniquely identifies a feature within all features of the same type. Renaming a plugin feature is not allowed. A copy is made of the name so you should free the supplied name after calling this function.

class PluginFeature
void
setFeatureName
(
string name
)

Parameters

name string

the name to set

Meta