GetReleases(this cLineElm obj, string Name)
        {
            bool[] II, JJ;
            II = JJ = default(bool[]);
            double[] StartValue, EndValue;
            StartValue = EndValue = default(double[]);
            var res = obj.GetReleases(Name, ref II, ref JJ, ref StartValue, ref EndValue);

            return(II, JJ, StartValue, EndValue);
        }