IGeographySink.BeginFigure Method

Definition

Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead.

public void BeginFigure (double latitude, double longitude, double? z, double? m);
abstract member BeginFigure : double * double * Nullable<double> * Nullable<double> -> unit
Public 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.

z
Nullable<Double>

A double that specifies the altitude of the starting endpoint in a geography figure. Is Nullable.

m
Nullable<Double>

A double that specifies the measure type for the starting endpoint. Is Nullable.

Applies to