IGeometrySink110.AddCircularArc Method
SQL Server 2012
Adds a circular arc geometry type figure with the specified startpoint and endpoint.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
void AddCircularArc( double x1, double y1, Nullable<double> z1, Nullable<double> m1, double x2, double y2, Nullable<double> z2, Nullable<double> m2 )
Parameters
- x1
- Type: System.Double
The startpoint x-coordinate (latitude) of the circular arc.
- y1
- Type: System.Double
The startpoint y-coordinate (longitude) of the circular arc.
- z1
- Type: System.Nullable<Double>
The startpoint z-coordinate (altitude) of the circular arc. Is Nullable.
- m1
- Type: System.Nullable<Double>
The startpoint m-coordinate (measure) of the circular arc. Is Nullable.
- x2
- Type: System.Double
The endpoint x-coordinate (latitude) of the circular arc.
- y2
- Type: System.Double
The endpoint y-coordinate (longitude) of the circular arc.
- z2
- Type: System.Nullable<Double>
The endpoint z-coordinate (altitude) of the circular arc. Is Nullable.
- m2
- Type: System.Nullable<Double>
The endpoint m-coordinate (measure) of the circular arc. Is Nullable.