// public static void CheckBldObjects(KnowledgeBase KB) { KBDoctorOutput.StartSection("KBDoctor - Check bld objects in KB"); Dictionary<string, KBObject> hash_mains = Objects.GetHashMainObjectsQNames(KB.DesignModel); Objects.CheckBldObjects(KB, hash_mains); KBDoctorOutput.EndSection("KBDoctor - Check bld objects in KB"); }