This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolyline4 Interface > IPolyline4.SimplifyEx Method (ArcObjects .NET 10.5 SDK) |
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 VARIANT_BOOL
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.