======Класс StationedPathItems====== * **Пространство имен:** [[developers:references:topomatic.alg.solvers|Topomatic.Alg.Solvers]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Иерархия наследования===== * [[developers:references:system.object|System.Object]] * Topomatic.Alg.Solvers.StationedPathItems =====Синтаксис===== class StationedPathItems : IList, ICollection, IEnumerable, IEnumerable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.alg.solvers.stationedpathitems..ctor|StationedPathItems()]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.alg.solvers.stationedpathitems..ctor_system.int32|StationedPathItems(Int32)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.item_system.int32|Item[Int32]]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.add_topomatic.alg.solvers.stationedpathitem|Add(StationedPathItem)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.contains_topomatic.alg.solvers.stationedpathitem|Contains(StationedPathItem)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.copyto_arr_topomatic.alg.solvers.stationedpathitem_system.int32|CopyTo(StationedPathItem[], Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:system.object.equals_system.object|Equals(Object)]]| Определяет, равен ли заданный объект текущему объекту. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.getenumerator|GetEnumerator()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:system.object.gethashcode|GetHashCode()]]| Служит хэш-функцией по умолчанию. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.getsegment_system.double_system.double|GetSegment(Double, Double)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:system.object.gettype|GetType()]]| Возвращает объект [[developers:references:system.type|Type]] для текущего экземпляра. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.indexof_topomatic.alg.solvers.stationedpathitem|IndexOf(StationedPathItem)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.insert_system.int32_topomatic.alg.solvers.stationedpathitem|Insert(Int32, StationedPathItem)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.remove_topomatic.alg.solvers.stationedpathitem|Remove(StationedPathItem)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.solvers.stationedpathitems.removeat_system.int32|RemoveAt(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:system.object.tostring|ToString()]]| Возвращает строку, представляющую текущий объект. (Наследуется от [[developers:references:system.object|Object]].)|