ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / CubicBezierSegment Class / SegmentType Property

In This Topic
    SegmentType Property (CubicBezierSegment)
    In This Topic
    Gets the segment type. Always returns SegmentType.Bezier.
    Syntax
    public override SegmentType SegmentType {get;}
    Public Overrides NotOverridable ReadOnly Property SegmentType As SegmentType
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also