======Метод AlignmentParameters.DefineComputedParameter(String, String, Func, Action, Boolean)====== * **Пространство имен:** [[developers:references:topomatic.alg.parameters|Topomatic.Alg.Parameters]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Синтаксис===== public IParameter DefineComputedParameter(string variable, string caption, Func getValue, Action setValue, bool overrideExisting) **Параметры** * //variable// * Тип: [[developers:references:system.string|System.String]] * //caption// * Тип: [[developers:references:system.string|System.String]] * //getValue// * Тип: [[developers:references:system.func_3|System.Func]]<[[developers:references:topomatic.alg.alignment|Topomatic.Alg.Alignment]], [[developers:references:system.double|System.Double]], T> * //setValue// * Тип: [[developers:references:system.action_3|System.Action]]<[[developers:references:topomatic.alg.alignment|Topomatic.Alg.Alignment]], [[developers:references:system.double|System.Double]], T> * //overrideExisting// * Тип: [[developers:references:system.boolean|System.Boolean]] **Возвращаемое значение** * Тип: [[developers:references:topomatic.alg.parameters.iparameter_1|Topomatic.Alg.Parameters.IParameter]]