SqlGeometryBuilder.AddLine Method (Double, Double, Nullable<Double>, Nullable<Double>)
SQL Server 2008 R2
Constructs additional points in the call sequence for a geometry type.
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
public virtual void AddLine( double x, double y, Nullable<double> z, Nullable<double> m )
Parameters
- x
- Type: System.Double
A double that specifies the x-coordinate of a point in a geometry figure.
- y
- Type: System.Double
A double that specifies the y-coordinate of a point in a geometry figure.
- z
- Type: System.Nullable<Double>
A double that specifies the z-coordinate of a point in a geometry figure. Is Nullable.
- m
- Type: System.Nullable<Double>
A double that specifies the measure for the point. Is Nullable.