Structure.setName

Sets the name of the structure to the given @name. The string provided is copied before being used. It must not be empty, start with a letter and can be followed by letters, numbers and any of "/-_.:".

class Structure
void
setName
(
string name
)

Parameters

name string

the new name of the structure

Meta