IGeographySink110.AddCircularArc Method

Definition

Adds a circular arc geography type figure with the specified startpoint and endpoint.

public void AddCircularArc (double x1, double y1, double? z1, double? m1, double x2, double y2, double? z2, double? m2);
abstract member AddCircularArc : double * double * Nullable<double> * Nullable<double> * double * double * Nullable<double> * Nullable<double> -> unit
Public Sub AddCircularArc (x1 As Double, y1 As Double, z1 As Nullable(Of Double), m1 As Nullable(Of Double), x2 As Double, y2 As Double, z2 As Nullable(Of Double), m2 As Nullable(Of Double))

Parameters

x1
Double

The startpoint x-coordinate (latitude) of the circular arc.

y1
Double

The startpoint y-coordinate (longitude) of the circular arc.

z1
Nullable<Double>

The startpoint z-coordinate (altitude) of the circular arc. Is Nullable.

m1
Nullable<Double>

The startpoint m-coordinate (measure) of the circular arc. Is Nullable.

x2
Double

The endpoint x-coordinate (latitude) of the circular arc.

y2
Double

The endpoint y-coordinate (longitude) of the circular arc.

z2
Nullable<Double>

The endpoint z-coordinate (altitude) of the circular arc. Is Nullable.

m2
Nullable<Double>

The endpoint m-coordinate (measure) of the circular arc. Is Nullable.

Applies to