duheng
2024-10-16 083c4e47c7a59025f3348bd093693c6b3febb014
Service/HStation.Service.Revit.Core/02-parter/09-model/RevitPropStatus.cs
文件名从 Service/HStation.Service.Revit.Core/02-parter/02-node/00-core/RevitPropStatus.cs 修改
@@ -25,9 +25,12 @@
        /// </summary>
        public RevitPropStatus(RevitPropStatus rhs)
        {
            this.PropName = rhs.PropName;
            this.PropStatus = rhs.PropStatus;
            this.StatusInfo = rhs.StatusInfo;
            if (rhs != null)
            {
                this.PropName = rhs.PropName;
                this.PropStatus = rhs.PropStatus;
                this.StatusInfo = rhs.StatusInfo;
            }
        }
        /// <summary>