Freigeben über


SqlGeometryBuilder.AddLine-Methode

Geschützte Member einschließen
Geerbte Member einschließen

Constructs additional points in a geometry type figure.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode AddLine(Double, Double) Constructs additional points in a geometry type figure.
Öffentliche Methode AddLine(Double, Double, Nullable<Double>, Nullable<Double>) Constructs additional points in the call sequence for a geometry type.

Zum Anfang

Hinweise

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.

Siehe auch

Verweis

SqlGeometryBuilder Klasse

Microsoft.SqlServer.Types-Namespace