======Метод FormulaEngine.RegisterFunction(String, Int32, FormulaEngineFunction, FuncDefCategory, String, String)====== * **Пространство имен:** [[developers:references:topomatic.glg.laboratory.formulae|Topomatic.Glg.Laboratory.Formulae]] * **Сборка:** Topomatic.Glg (в Topomatic.Glg.dll) =====Синтаксис===== public void RegisterFunction(string functionName, int parmCount, FormulaEngineFunction fn, FuncDefCategory category, string descrition, string syntax) **Параметры** * //functionName// * Тип: [[developers:references:system.string|System.String]] * //parmCount// * Тип: [[developers:references:system.int32|System.Int32]] * //fn// * Тип: [[developers:references:topomatic.glg.laboratory.formulae.formulaenginefunction|Topomatic.Glg.Laboratory.Formulae.FormulaEngineFunction]] * //category// * Тип: [[developers:references:topomatic.glg.laboratory.formulae.funcdefcategory|Topomatic.Glg.Laboratory.Formulae.FuncDefCategory]] * //descrition// * Тип: [[developers:references:system.string|System.String]] * //syntax// * Тип: [[developers:references:system.string|System.String]]