Partilhar via


Método SqlGeometryBuilder.AddLine

Incluir membros protegidos
Incluir membros herdados

Constructs additional points in a geometry type figure.

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Método público AddLine(Double, Double) Constructs additional points in a geometry type figure.
Método público AddLine(Double, Double, Nullable<Double>, Nullable<Double>) Constructs additional points in the call sequence for a geometry type.

Início

Comentários

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.

Consulte também

Referência

SqlGeometryBuilder Classe

Namespace Microsoft.SqlServer.Types