.OpenModelica.Scripting.classAnnotationExists

Checks if an annotation exists in a class.

Information

Returns true if className has a class annotation called annotationName.

Interface

function classAnnotationExists
  input TypeName className;
  input TypeName annotationName;
  output Boolean exists;
end classAnnotationExists;

Revisions

Revision Author Comment
16311 sjoelund.se Added to omc

Generated at 2026-06-18T12:02:28Z by OpenModelicaOpenModelica 1.26.9 using GenerateDoc.mos