This document is archived and information here might be outdated.  Recommended version.


IPolyline4.SimplifyEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolyline4 Interface > IPolyline4.SimplifyEx Method
ArcGIS Developer Help

IPolyline4.SimplifyEx Method

Use either planar or network simplify regardless of current attribute awareness.

[Visual Basic .NET]
Public Sub SimplifyEx ( _
    ByVal planarSimplify As Boolean _
)
[C#]
public void SimplifyEx (
    bool planarSimplify
);
[C++]
HRESULT SimplifyEx(
  VARIANT_BOOL planarSimplify
);
[C++]
Parameters
planarSimplify 

planarSimplify is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Simplify method, when applied to an m-aware polyline, will not attempt to detect self-intersections, overlaps, etc. You can use this method to force planar simplification of m-aware polylines.

See Also

IPolyline4 Interface