IGeometrySink110.AddCircularArc 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.
Adds a circular arc geometry 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.
- x2
- Double
The endpoint x-coordinate (latitude) of the circular arc.
- y2
- Double
The endpoint y-coordinate (longitude) of the circular arc.