======Метод AlignmentParameters.DefineSectionParameter(String, String, BehaviorType, T, Boolean, SectionParameterAffect, Boolean)====== * **Пространство имен:** [[developers:references:topomatic.alg.parameters|Topomatic.Alg.Parameters]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Синтаксис===== public IParameter DefineSectionParameter(string variable, string caption, BehaviorType behaviorType, T defaultValue, bool overrideExisting, SectionParameterAffect affect, bool canCopy) **Параметры** * //variable// * Тип: System.String * //caption// * Тип: System.String * //behaviorType// * Тип: [[developers:references:topomatic.alg.parameters.behaviortype|Topomatic.Alg.Parameters.BehaviorType]] * //defaultValue// * Тип: T * //overrideExisting// * Тип: System.Boolean * //affect// * Тип: [[developers:references:topomatic.alg.parameters.sectionparameteraffect|Topomatic.Alg.Parameters.SectionParameterAffect]] * //canCopy// * Тип: System.Boolean **Возвращаемое значение** * Тип: [[developers:references:topomatic.alg.parameters.iparameter_1|Topomatic.Alg.Parameters.IParameter]]