======Метод PolygonOperation.Intersection(IList, IList)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public List> Intersection(IList A, IList B) **Параметры** * //A// * Тип: System.Collections.Generic.IList<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //B// * Тип: System.Collections.Generic.IList<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> **Возвращаемое значение** * Тип: System.Collections.Generic.List>