SqlGeographyBuilder.BeginFigure Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BeginFigure(Double, Double) |
Starts the call sequence for a geography figure. |
BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) |
Starts the call sequence for a geography figure. |
BeginFigure(Double, Double)
Starts the call sequence for a geography figure.
public void BeginFigure (double latitude, double longitude);
member this.BeginFigure : double * double -> unit
Public Sub BeginFigure (latitude As Double, longitude As Double)
Parameters
- latitude
- Double
A double that specifies the latitude of the starting endpoint in a geography figure.
- longitude
- Double
A double that specifies the longitude of the starting endpoint in a geography figure.
Applies to
BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>)
Starts the call sequence for a geography figure.
public virtual void BeginFigure (double latitude, double longitude, double? z, double? m);
abstract member BeginFigure : double * double * Nullable<double> * Nullable<double> -> unit
override this.BeginFigure : double * double * Nullable<double> * Nullable<double> -> unit
Public Overridable Sub BeginFigure (latitude As Double, longitude As Double, z As Nullable(Of Double), m As Nullable(Of Double))
Parameters
- latitude
- Double
A double that specifies the latitude of the starting endpoint in a geography figure.
- longitude
- Double
A double that specifies the longitude of the starting endpoint in a geography figure.
A double that specifies the altitude of the starting endpoint in a geography figure. Is Nullable.