Метод SqlGeometryBuilder.AddLine
Показывать защищенные элементы
Показывать наследуемые элементы
Constructs additional points in a geometry type figure.
Этот элемент перегружен. Чтобы получить полные сведения об этом элементе (синтаксисе, использовании и примерах использования), щелкните его имя в списке перегрузок.
Список перегрузок
Имя | Описание | |
---|---|---|
![]() |
AddLine(Double, Double) | Constructs additional points in a geometry type figure. |
![]() |
AddLine(Double, Double, Nullable<Double>, Nullable<Double>) | Constructs additional points in the call sequence for a geometry type. |
В начало
Замечания
Method is used together with BeginFigure() to construct the points of a geometry type figure. BeginFigure() can only construct the starting endpoint for a geometry type figure. Use AddLine() to construct additional points for the figure.
Method throws a FormatException when there is invalid input.