======Класс StructureLines====== * **Пространство имен:** [[developers:references:topomatic.sfc|Topomatic.Sfc]] * **Сборка:** Topomatic.Sfc (в Topomatic.Sfc.dll) =====Иерархия наследования===== * System.Object * Topomatic.Sfc.StructureLines =====Синтаксис===== public sealed class StructureLines : IEnumerable, IEnumerable, ITransactable, IUpdatable, ISurfaceContainer =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.sfc.structurelines.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.sfc.structurelines.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.sfc.structurelines.isupdating|IsUpdating]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.sfc.structurelines.item_system.int32|Item[Int32]]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.sfc.structurelines.surface|Surface]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.sfc.structurelines.transactionmanager|TransactionManager]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.structurelines.add_topomatic.sfc.structureline|Add(StructureLine)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.structurelines.beginupdate|BeginUpdate()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.structurelines.contains_topomatic.sfc.structureline|Contains(StructureLine)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.structurelines.copyto_arr_topomatic.sfc.structureline_system.int32|CopyTo(StructureLine[], Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.structurelines.endupdate|EndUpdate()]]| | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.structurelines.getenumerator|GetEnumerator()]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.structurelines.indexof_topomatic.sfc.structureline|IndexOf(StructureLine)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.structurelines.remove_topomatic.sfc.structureline|Remove(StructureLine)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.structurelines.removeat_system.int32|RemoveAt(Int32)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)| =====События===== ^Тип^Имя^Описание^ |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.sfc.structurelines.addline|AddLine]]| | |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.sfc.structurelines.addnode|AddNode]]| | |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.sfc.structurelines.modifyline|ModifyLine]]| | |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.sfc.structurelines.removeline|RemoveLine]]| | |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.sfc.structurelines.removenode|RemoveNode]]| |