IGeographySink.AddLine 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.
Constructs additional points other than the starting endpoint in a geography type figure. This API is obsolete. IGeographySink110 should be used instead.
public void AddLine (double latitude, double longitude, double? z, double? m);
abstract member AddLine : double * double * Nullable<double> * Nullable<double> -> unit
Public Sub AddLine (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 a point in a geography figure.
- longitude
- Double
A double that specifies the longitude of a point in a geography figure.
A double that specifies the altitude of a point in a geography figure. Is Nullable.