Structure.setName
void setName(string name)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 "/-_.:".
Parameters
name | the new name of the structure |