ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Parcels Namespace / ParcelUtilities Class / SimplifyShapeByTangentSegments Method

In This Topic
    SimplifyShapeByTangentSegments Method
    In This Topic
    Overload List
    OverloadDescription
    Removes vertices from the input polygon or polyline geometry if the segments on either side are collinear. The maxOffset parameter defines the maximum distance that the final path can be from the original path. Vertices coincident with Anchor points will not be removed. If the input geometry is a polyline, the output will be a simplified polyline. If the input geometry is a polygon, the output will be a simplified polygon.  
    Removes vertices from the input polygon or polyline geometry if the segments on either side are collinear. The maxOffset parameter defines the maximum distance that the final path can be from the original path. Vertices coincident with Anchor points will not be removed. If the input geometry is a polyline, the output will be a simplified polyline. If the input geometry is a polygon, the output will be a simplified polygon.  
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also