partial function getArrayRows2D extends Modelica.Icons.Function; input String varName "Key"; input Types.ExternXML2File ssv "External XML2 file object"; input String nameSpace "SSV name space"; output Integer m "Number of rows in array"; end getArrayRows2D;