ArcGIS Pro 2.6 API Reference Guide
CreateEllipticArcSegment(EllipticArcSegment,SpatialReference) Method

ArcGIS.Core.Geometry Namespace > EllipticArcBuilder Class > CreateEllipticArcSegment Method : CreateEllipticArcSegment(EllipticArcSegment,SpatialReference) Method
The elliptic arc segment.
(Optional) The spatial reference. If spatialReference is null, then the spatial reference is inherited from ellipticArc.
Convenience method to create a new instance of the EllipticArcSegment class from another elliptic arc segment.
Syntax
Public Overloads Shared Function CreateEllipticArcSegment( _
   ByVal ellipticArc As EllipticArcSegment, _
   Optional ByVal spatialReference As SpatialReference _
) As EllipticArcSegment

Parameters

ellipticArc
The elliptic arc segment.
spatialReference
(Optional) The spatial reference. If spatialReference is null, then the spatial reference is inherited from ellipticArc.

Return Value

Exceptions
ExceptionDescription
ellipticArc is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EllipticArcBuilder Class
EllipticArcBuilder Members
Overload List