lixiaojun
2024-08-22 ff479382581a0681bbc4ea9c50763f48a1a6f4a9
Service/HStation.Service.Revit.Core/04-service/01-json/RevitJsonHelper.cs
@@ -10,8 +10,6 @@
        /// <summary>
        /// 从json字符串中解析
        /// </summary>
        /// <param name="revitJsonString">json字符串</param>
        /// <returns>格式错误,会抛出异常</returns>
        public static HStation.Model.RevitModel FromJsonString(string revitJsonString, out string msg)
        {
            msg = string.Empty;
@@ -1017,8 +1015,6 @@
        /// <summary>
        /// 从json文件中解析
        /// </summary>
        /// <param name="revitJsonFile">json文件路径</param>
        /// <returns></returns>
        public static Model.RevitModel FromJsonFile(string revitJsonFile, out string msg)
        {
            if (!File.Exists(revitJsonFile))