ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / Segment Class
Properties Methods Version


Segment Class Members

The following tables list the members exposed by Segment.

Public Properties
 NameDescription
Public PropertyGets the end point as a Coordinate2D.  
Public Property Gets the end point.  
Public Property Gets if this segment is a curve.  
Public Property Gets the length.  
Public Property Gets the segment type.  
Public PropertyGets the spatial reference.  
Public PropertyGets the start point as a Coordinate2D.  
Public Property Gets the start point.  
Top
Public Methods
 NameDescription
Public MethodCompares two Segment for equality. Compares SegmentType, SpatialReference, and coordinates for equality.  
Top
See Also