======Класс Corridor====== Коридор * **Пространство имен:** [[developers:references:topomatic.alg.crs|Topomatic.Alg.Crs]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.foundationclasses.updatableobject|Topomatic.FoundationClasses.UpdatableObject]] * [[developers:references:topomatic.foundationclasses.undoobject|Topomatic.FoundationClasses.UndoObject]] * Topomatic.Alg.Crs.Corridor =====Синтаксис===== public class Corridor : UndoObject, INamedTransactable, ITransactable, IUpdatable, IOwned, IAlignmentContainer, IStgSerializable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.alg.crs.corridor..ctor_topomatic.crs.icrsbuilder_system.object|Corridor(ICrsBuilder, Object)]]| Конструктор | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.crs.corridor.alignment|Alignment]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.crs.corridor.constructions|Constructions]]| Список конструкций | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.foundationclasses.undoobject.isupdating|IsUpdating]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.crs.corridor.item_system.int32|Item[Int32]]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.crs.corridor.item_system.int32_topomatic.crs.buildmode|Item[Int32, BuildMode]]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.crs.corridor.listener|Listener]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.crs.corridor.owner|Owner]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.crs.corridor.sections|Sections]]| Список поперечных сечений | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.foundationclasses.updatableobject.transactionmanager|TransactionManager]]| (Наследуется от [[developers:references:topomatic.foundationclasses.updatableobject|UpdatableObject]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.undoobject.beginupdate_system.string|BeginUpdate(String)]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.undoobject.beginupdate|BeginUpdate()]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.crs.corridor.createdesigncontext_system.double_topomatic.crs.buildmode_topomatic.crs.icrsbuilderlistener|CreateDesignContext(Double, BuildMode, ICrsBuilderListener)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.crs.corridor.createdesigncontext_system.double_topomatic.crs.buildmode|CreateDesignContext(Double, BuildMode)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.crs.corridor.createdesigncontext_system.double|CreateDesignContext(Double)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.crs.corridor.createdesigncontext_system.double_topomatic.crs.buildmode_system.boolean_topomatic.crs.icrsbuilderlistener|CreateDesignContext(Double, BuildMode, Boolean, ICrsBuilderListener)]]| Построить поперечник на пикете | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.undoobject.endupdate|EndUpdate()]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.crs.corridor.loadfromstg_topomatic.stg.stgnode|LoadFromStg(StgNode)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.crs.corridor.removeunusedconstructions|RemoveUnusedConstructions()]]| Убирает неиспользуемые конструкции из списка конструкций | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.crs.corridor.savetostg_topomatic.stg.stgnode|SaveToStg(StgNode)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)| =====События===== ^Тип^Имя^Описание^ |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.foundationclasses.undoobject.changed|Changed]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.foundationclasses.undoobject.undo|Undo]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)|