partial function getArraySize2D extends Modelica.Icons.Function; input String varName "Key"; input Types.ExternXML2File xml "External XML2 file object"; output Integer m "Number of rows in array"; output Integer n "Number of columns in array"; end getArraySize2D;