.OpenModelica.Scripting.renameComponentInClass

Renames a component in a class.

Information

Renames a component only in the given class. Returns the name of the class if successful.

Interface

function renameComponentInClass
  input TypeName classPath;
  input VariableName oldName;
  input VariableName newName;
  output TypeName[:] result;
end renameComponentInClass;

Generated at 2026-07-05T18:59:05Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos