.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-06-18T12:02:28Z by OpenModelicaOpenModelica 1.26.9 using GenerateDoc.mos