======Метод ActConstruction.SaveConstruction(XmlWriter, ActConstruction, CrsContour, AdditionalInfo, List, IDictionary)====== * **Пространство имен:** [[developers:references:topomatic.crs.ast|Topomatic.Crs.Ast]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Синтаксис===== public static void SaveConstruction(XmlWriter writer, ActConstruction construction, CrsContour eg, ref AdditionalInfo info, List crossing, IDictionary variables) **Параметры** * //writer// * Тип: System.Xml.XmlWriter * //construction// * Тип: [[developers:references:topomatic.crs.ast.actconstruction|Topomatic.Crs.Ast.ActConstruction]] * //eg// * Тип: [[developers:references:topomatic.crs.templates.crscontour|Topomatic.Crs.Templates.CrsContour]] * //info// * Тип: [[developers:references:topomatic.crs.ast.additionalinfo|Topomatic.Crs.Ast.AdditionalInfo]] * //crossing// * Тип: System.Collections.Generic.List<[[developers:references:topomatic.crs.templates.crsnode|Topomatic.Crs.Templates.CrsNode]]> * //variables// * Тип: System.Collections.Generic.IDictionary