.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-05-08T18:18:52Z by OpenModelicaOpenModelica 1.26.7 using GenerateDoc.mos