public void GetFireDistrictLengthTest()
        {
            SmokeCompartment fireDis = new SmokeCompartment(573789);
            double           dLength = 0.0;

            HVACFunction.m_archXdbPath = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//建筑.GDB";
            dLength = HVACFunction.GetSmokeCompartmentLength(fireDis);
            Assert.IsTrue(dLength > 0);
        }