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


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

IPolygon3.SimplifySpaghetti Method

Simplifies a polygon but doesn't assume that rings need to be explicitly closed.

[Visual Basic .NET]
Public Sub SimplifySpaghetti ( _
)
[C#]
public void SimplifySpaghetti (
);
[C++]
HRESULT SimplifySpaghetti(
void
);

Product Availability

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

See Also

IPolygon3 Interface