ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / EllipticArcBuilderEx 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.
Version

CreateEllipticArcSegment(EllipticArcSegment,SpatialReference) Method
Convenience method to create a new instance of the EllipticArcSegment class from another elliptic arc segment.
Syntax

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 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also