ArcGIS Pro 3.3 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.

In This Topic
    CreateEllipticArcSegment(EllipticArcSegment,SpatialReference) Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also