Method CreateCircularEllipticArc
CreateCircularEllipticArc(MapPoint, Double, Double, Double, SpatialReference)
Creates an Elliptic
Declaration
public static EllipticArcSegment CreateCircularEllipticArc(MapPoint centerPoint, double radius, double startAngle, double centralAngle, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
Map |
centerPoint | The center point of the embedded circle. |
System. |
radius | The distance from the center of the embedded circle to its perimeter. |
System. |
startAngle | The parametric angle in radians of the start of the arc relative to the major axis of the embedded ellipse. A positive value corresponds to a counterclockwise rotation from the major axis. |
System. |
centralAngle | The parametric angle in radians measuring the span of the arc from Start |
Spatial |
spatialReference | The spatial reference of the new segment. |
Returns
Type | Description |
---|---|
Elliptic |
A new Elliptic |
Remarks
The z-value and m-value of the center point (if present) are ignored. Use
Create
Exceptions
Type | Condition |
---|---|
System. |
Indicates that the spatial reference objects supplied (as a parameter or as a property of the center point parameter, that are not null), are not equal. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |
CreateCircularEllipticArc(MapPoint, MapPoint, MapPoint, SpatialReference)
Creates an Elliptic
Declaration
public static EllipticArcSegment CreateCircularEllipticArc(MapPoint startPoint, MapPoint endPoint, MapPoint interiorPoint, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
Map |
startPoint | The start point of the segment. |
Map |
endPoint | The end point of the segment. |
Map |
interiorPoint | A point along the circular arc, between the start and end points. |
Spatial |
spatialReference | The spatial reference of the new segment. |
Returns
Type | Description |
---|---|
Elliptic |
A new Elliptic |
Remarks
The z-value and m-value of the start and end points (if present) are used in the circular
Elliptic
Exceptions
Type | Condition |
---|---|
System. |
Indicates that the spatial reference objects supplied (as a parameter or as a property of a Map |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |