ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Segment Class
Members

In This Topic
    Segment Class
    In This Topic
    Abstract class representing a start and end point and how they are connected. The most common is a straight line LineSegment.
    Object Model
    Segment ClassCoordinate2D StructureMapPoint ClassSpatialReference ClassCoordinate2D StructureMapPoint Class
    Syntax
    public abstract class Segment 
    Public MustInherit Class Segment 
    Remarks
    Segments are used as the building blocks of the parts of Polygon and Polyline classes.
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also